UNPKG

react95

Version:

Refreshed Windows95 UI components for modern web apps - React95

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