UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines 376 B
import { MantineTheme } from '../../theme'; interface TableStyles { theme: MantineTheme; captionSide: 'top' | 'bottom'; } declare const _default: (args?: TableStyles, classNames?: Partial<Record<"table" | "hover" | "striped", string>>, name?: string) => Record<"table" | "hover" | "striped", string>; export default _default; //# sourceMappingURL=Table.styles.d.ts.map