UNPKG

react95

Version:

Refreshed Windows95 UI components for modern web apps - React95

10 lines 495 B
import React from 'react'; import { CommonStyledProps } from '../types'; declare type TableBodyProps = { children?: React.ReactNode; } & React.HTMLAttributes<HTMLTableSectionElement> & CommonStyledProps; declare const TableBody: React.ForwardRefExoticComponent<{ children?: React.ReactNode; } & React.HTMLAttributes<HTMLTableSectionElement> & CommonStyledProps & React.RefAttributes<HTMLTableSectionElement>>; export { TableBody, TableBodyProps }; //# sourceMappingURL=TableBody.d.ts.map