petals-ui
Version:
Front-end UI components foundation
14 lines (12 loc) • 309 B
text/typescript
type TableStyle = {
tableFontSize?: string;
tableCellPaddingY?: string;
tableHeadPaddingY?: string;
tableHeadBorderWidth?: string;
tableHeadBorderColor?: string;
tableHeadBorderRadius?: string;
tableHeadColor?: string;
tableHeadBg?: string;
tableHoverBg?: string;
};
export { TableStyle };