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 TableHeadProps = { children?: React.ReactNode; } & React.HTMLAttributes<HTMLTableSectionElement> & CommonStyledProps; declare const TableHead: React.ForwardRefExoticComponent<{ children?: React.ReactNode; } & React.HTMLAttributes<HTMLTableSectionElement> & CommonStyledProps & React.RefAttributes<HTMLTableSectionElement>>; export { TableHead, TableHeadProps }; //# sourceMappingURL=TableHead.d.ts.map