Skip to main content

TableProps

type
type TableProps = HTMLAttributes<HTMLTableElement> & { ref?: Ref<HTMLTableElement> }

Import

import { TableProps } from '@modular/sdk/ui';