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) 256 B
import { Sheet } from "@fortune-sheet/core"; import React from "react"; import "./index.css"; declare type Props = { sheet: Sheet; isDropPlaceholder?: boolean; }; declare const SheetListItem: React.FC<Props>; export default SheetListItem;