Skip to main content

TableHeaderProps

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

Import

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