@cimpress/react-components
Version:
React components to support the MCP styleguide
5 lines • 323 B
TypeScript
import React from 'react';
import { SelectAllInputComponentProps, SelectInputComponentProps } from 'react-table/lib/hoc/selectTable';
export declare const TableSelect: React.FC<SelectInputComponentProps>;
export declare const TableSelectAll: React.FC<SelectAllInputComponentProps>;
//# sourceMappingURL=TableSelect.d.ts.map