petals-ui
Version:
Front-end UI components foundation
13 lines (12 loc) • 334 B
TypeScript
declare type TableStyle = {
tableFontSize?: string;
tableCellPaddingY?: string;
tableHeadPaddingY?: string;
tableHeadBorderWidth?: string;
tableHeadBorderColor?: string;
tableHeadBorderRadius?: string;
tableHeadColor?: string;
tableHeadBg?: string;
tableHoverBg?: string;
};
export { TableStyle };