UNPKG

@fluent-windows/core

Version:

React components that inspired by Microsoft's Fluent Design System.

5 lines (4 loc) 230 B
import * as React from 'react'; export declare const name = "TableFooter"; declare const Footer: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLTableElement>>; export default Footer;