@jspreadsheet/search
Version:
Modal for search and replace.
15 lines (11 loc) • 312 B
TypeScript
/**
* Official Type definitions for JSS search
* https://jspreadsheet.com/products/search
* Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
*/
declare function search(worksheet: object): void;
declare namespace search {
interface Options {
}
}
export default search;