UNPKG

@fortune-sheet/react

Version:

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

6 lines (5 loc) 146 B
import React from "react"; declare const FilterOptions: React.FC<{ getContainer: () => HTMLDivElement; }>; export default FilterOptions;