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