Skip to main content

TableBodyProps

type
type TableBodyProps = HTMLAttributes<HTMLTableSectionElement> & { ref?: Ref<HTMLTableSectionElement> }

Import

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