UNPKG

petals-ui

Version:
14 lines (12 loc) 309 B
type TableStyle = { tableFontSize?: string; tableCellPaddingY?: string; tableHeadPaddingY?: string; tableHeadBorderWidth?: string; tableHeadBorderColor?: string; tableHeadBorderRadius?: string; tableHeadColor?: string; tableHeadBg?: string; tableHoverBg?: string; }; export { TableStyle };