fannypack-v5
Version:
An accessible, composable, and friendly React UI Kit
10 lines (9 loc) • 594 B
TypeScript
export declare const Table: (styleProps: any) => string;
export declare const TableHead: (styleProps: any) => string;
export declare const TableRow: (styleProps: any) => string;
export declare const TableHeadCell: (styleProps: any) => string;
export declare const TableCell: (styleProps: any) => string;
export declare const TableFoot: (styleProps: any) => string;
export declare const TableBody: (styleProps: any) => string;
export declare const TableWrapper: (styleProps: any) => string;
export declare const tableHeadCellText: (styleProps: any) => import("@emotion/utils").SerializedStyles;