Skip to main content

TableHeadProps

type
type TableHeadProps = ThHTMLAttributes<HTMLTableCellElement> & { ref?: Ref<HTMLTableCellElement> }

Import

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