@project44-manifest/react
Version:
Manifest Design System react components
14 lines • 409 B
TypeScript
import type { CSS } from '@project44-manifest/react-styles';
import { TableContext } from './Table.context';
export declare type TableElement = 'table';
export interface TableProps extends TableContext {
/**
* Theme aware style object
*/
css?: CSS;
/**
* Visually compact vertical spacing. Defaults to false
*/
isDense?: boolean;
}
//# sourceMappingURL=Table.types.d.ts.map