UNPKG

@fortune-sheet/react

Version:

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

7 lines (6 loc) 168 B
import React from "react"; declare type Props = { onPick: (color: string) => void; }; declare const ColorPicker: React.FC<Props>; export default ColorPicker;