Home > @uniformdev/design-system > TableProps

TableProps type

Signature:

type TableProps = {
    cellPadding?: string;
} & Omit<React$1.ComponentPropsWithoutRef<'table'>, 'cellPadding'>;