UNPKG

robust-react-ui

Version:

A React component library, built with a focus on accessibility, extensibility and reusability.

5 lines (4 loc) 173 B
/// <reference types="react" /> import { ITableFootProps } from './Foot.types'; declare const Foot: ({ children }: ITableFootProps) => JSX.Element; export default Foot;