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