UNPKG

@fluent-windows/core

Version:

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

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