Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk/ui
TableBodyProps
type
type TableBodyProps = HTMLAttributes<HTMLTableSectionElement> & { ref?: Ref<HTMLTableSectionElement> }
Import
import { TableBodyProps } from '@modular/sdk/ui';