UNPKG

@carton-org/react-neumorphism

Version:

A React component library implementing the neumorphism design style

33 lines 1.64 kB
import { Sizes } from '../../constants'; export declare const StyledTable: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & { $inset?: boolean; $tableStyle?: React.CSSProperties; }, import('react').DetailedHTMLProps<import('react').TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {}>; export declare const StyledTBody: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & { $inset: boolean; }, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, {}>; export declare const StyledTr: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; }, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, {}>; export declare const StyledTd: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & { $size: Sizes; }, import('react').DetailedHTMLProps<import('react').TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, {}>; export declare const StyledHeaderTd: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & { $size: Sizes; } & import('react').ClassAttributes<HTMLTableDataCellElement> & import('react').TdHTMLAttributes<HTMLTableDataCellElement> & { theme?: import('@emotion/react').Theme; }, {}, {}>; //# sourceMappingURL=table.styles.d.ts.map