UNPKG

liber-salti

Version:

Saltí - Liber Design System

15 lines (14 loc) 1.21 kB
/// <reference types="react" /> import { Theme } from '@mui/material/styles'; import { TableCellProps } from './TableCell.types'; export declare const useStyles: (props: Partial<TableCellProps>) => import("@mui/styles").ClassNameMap<"root">; export declare const HeaderText: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../types").TypographyProps & import("react").RefAttributes<HTMLSpanElement>>, any, {}, never>; export declare const SortContainer: import("styled-components").StyledComponent<"div", any, { theme: Theme; }, never>; export declare const StyledIcon: import("styled-components").StyledComponent<import("react").FC<import("../types").IconProps>, any, {}, never>; export declare const IconWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledTypography: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../types").TypographyProps & import("react").RefAttributes<HTMLSpanElement>>, any, {}, never>; export declare const LinkWrapper: import("styled-components").StyledComponent<"div", any, { disableOverflow?: boolean; }, never>;