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