UNPKG

@jspreadsheet/bar

Version:

Jspreadsheet is a JavaScript software to create a HTML form based on a JSS spreadsheet.

15 lines (11 loc) 277 B
/** * Official Type definitions for JSS Formula Premium * https://jspreadsheet.com/products/bar */ declare function bar(options: bar.Options) : void; declare namespace bar { interface Options { suggestions?: boolean; } } export default bar;