Skip to main content

TableRowProps

type
type TableRowProps = HTMLAttributes<HTMLTableRowElement> & { ref?: Ref<HTMLTableRowElement> }

Import

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