All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ducks.table.Table.ts Maven / Gradle / Ivy

The newest version!
export interface Table {
    textWrap?: boolean
    columns: Record
    isDefaultColumns: boolean
}

export type State = Record




© 2015 - 2024 Weber Informatics LLC | Privacy Policy