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