UNPKG

@trellixio/roaster-coffee

Version:
3 lines 284 B
/** The possible types of data that can be displayed in a table cell. */ export declare type TableDataType = 'link' | 'enum' | 'object' | 'block' | 'actions' | 'numeric' | 'selector' | 'thumbnail' | 'paragraph' | 'text' | 'currency' | 'date'; //# sourceMappingURL=Table.types.d.ts.map