UNPKG

@tiller-ds/data-display

Version:

Data display module of Tiller Design System

9 lines (8 loc) 486 B
import { SortInfo as InternalSortInfo } from "./DataTable"; export declare type SortInfo = InternalSortInfo; export { default as useSortableDataTable } from "./useSortableDataTable"; export { default as Amount } from "./Amount"; export { default as DataTable, useDataTable, useLocalSummary } from "./DataTable"; export { default as DescriptionList } from "./DescriptionList"; export { default as FileBrowser } from "./FileBrowser"; export { default as Number } from "./Number";