UNPKG

liber-salti

Version:

Saltí - Liber Design System

18 lines (17 loc) 816 B
import { Theme } from '@mui/material/styles'; export declare const useStyles: (props: { selected: boolean; isHeader: boolean; }) => import("@mui/styles").ClassNameMap<"root">; export declare const Separator: import("styled-components").StyledComponent<"td", any, {}, never>; export declare const SeparatorContent: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ActionsSeparator: import("styled-components").StyledComponent<"td", any, { width?: number; }, never>; export declare const ActionsSeparatorContent: import("styled-components").StyledComponent<"div", any, { width?: number; }, never>; export declare const HeaderActionsRow: import("styled-components").StyledComponent<"div", any, { theme?: Theme; width?: number; }, never>;