@carbon/ibm-security
Version:
Carbon for Cloud & Cognitive IBM Security UI components
8 lines (7 loc) • 589 B
JavaScript
/**
* @file Data table entry point.
* @copyright IBM Security 2019 - 2021
*/
export { DataTableSkeleton } from 'carbon-components-react';
export { DataTable, Table, TableBatchAction, TableBatchActions, TableBody, TableCell, TableContainer, TableExpandHeader, TableExpandRow, TableExpandedRow, TableHead, TableHeader, TableOverflowCell, TableRow, TableSelectAll, TableSelectRow, TableToolbar, TableToolbarAction, TableToolbarContent, TableToolbarSearch, TableToolbarMenu, TableToolbarDownload } from './DataTable';
export { default as DataTablePagination } from './DataTablePagination';