Skip to main content

TableCaptionProps

type
type TableCaptionProps = HTMLAttributes<HTMLTableCaptionElement> & { ref?: Ref<HTMLTableCaptionElement> }

Import

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