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