UNPKG

@fortune-sheet/react

Version:

FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets

10 lines (9 loc) 231 B
import React, { CSSProperties } from "react"; declare type Props = { name: string; width?: number; height?: number; style?: CSSProperties; }; declare const SVGIcon: React.FC<Props>; export default SVGIcon;