UNPKG

@light-sheet/react

Version:

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

9 lines (8 loc) 207 B
import { Sheet } from "@light-sheet/core"; import React from "react"; type Props = { sheet: Sheet; isDropPlaceholder?: boolean; }; declare const SheetItem: React.FC<Props>; export default SheetItem;