import { CSSProperties, ReactNode } from 'react'; export type GenericCellProps = { fontSize?: number; value?: string | number | ReactNode; style?: CSSProperties; }; //# sourceMappingURL=type.d.ts.map