@cimpress/react-components
Version:
React components to support the MCP styleguide
21 lines • 651 B
TypeScript
export default class TableDemo extends React.Component<any, any, any> {
constructor(props: any);
constructor(props: any, context: any);
state: {
condensed: boolean;
selectable: boolean;
filterable: boolean;
loading: boolean;
noData: boolean;
useCustomLoadingText: boolean;
loadingText: string;
useCustomNoDataText: boolean;
noDataText: string;
};
toggle: (state: any) => void;
onChangeLoadingText: (r: any) => void;
onChangeNoDataText: (r: any) => void;
render(): React.JSX.Element;
}
import React from 'react';
//# sourceMappingURL=table.d.ts.map