Skip to main content

TableFooterProps

type
type TableFooterProps = HTMLAttributes<HTMLTableSectionElement> & { ref?: Ref<HTMLTableSectionElement> }

Import

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