UNPKG

react95

Version:

Refreshed Windows95 UI components for modern web apps - React95

9 lines 392 B
import React from 'react'; declare type TableRowProps = { children?: React.ReactNode; } & React.HTMLAttributes<HTMLTableRowElement>; declare const TableRow: React.ForwardRefExoticComponent<{ children?: React.ReactNode; } & React.HTMLAttributes<HTMLTableRowElement> & React.RefAttributes<HTMLTableRowElement>>; export { TableRow, TableRowProps }; //# sourceMappingURL=TableRow.d.ts.map