Home > @uniformdev/design-system > TableProps
TableProps type
Signature:
type TableProps = {
cellPadding?: string;
} & Omit<React$1.ComponentPropsWithoutRef<'table'>, 'cellPadding'>;
Home > @uniformdev/design-system > TableProps
Signature:
type TableProps = {
cellPadding?: string;
} & Omit<React$1.ComponentPropsWithoutRef<'table'>, 'cellPadding'>;