UNPKG

@fortune-sheet/react

Version:

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

9 lines (8 loc) 255 B
import { Sheet } from "@fortune-sheet/core"; import React, { CSSProperties } from "react"; declare type Props = { style?: CSSProperties; sheet?: Sheet; }; declare const SheetHiddenButton: React.FC<Props>; export default SheetHiddenButton;