UNPKG

siegel

Version:

Web application development ecosystem

10 lines (9 loc) 446 B
import type { Component, State, Props, ColumnsConfig, StateSortValues } from './types'; declare const componentID = "-ui-data_grid"; declare const getDefaultState: () => State; declare const DataTable: import("../_internals/types").CoreUIComponent<Props, NonNullableProps<{ theme: Props["theme"]; }>>; export default DataTable; export { getDefaultState, componentID }; export type { Component, Props, State, ColumnsConfig, StateSortValues };