UNPKG

@light-sheet/react

Version:

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

8 lines (7 loc) 207 B
import React from "react"; import "./index.css"; type Props = { onPick: (changeColor?: string, changeStyle?: string) => void; }; declare const CustomBorder: React.FC<Props>; export default CustomBorder;