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