UNPKG

@appbuckets/react-ui

Version:
5 lines (4 loc) 213 B
import { UIMutableComponentStrictProps } from '../generic'; export interface TableFooterProps extends UIMutableComponentStrictProps<StrictTableFooterProps, 'tfoot'> {} export interface StrictTableFooterProps {}