UNPKG
@jspreadsheet/search
Version:
latest (6.4.0)
6.4.0
6.3.0
6.2.0
6.1.1
6.1.0
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.0.2
5.0.1
5.0.0
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.0.1
3.0.0
2.0.8
2.0.7
2.0.6
2.0.5
2.0.3
2.0.2
2.0.1
2.0.0
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Modal for search and replace.
github.com/jspreadsheet/pro
jspreadsheet/packages
@jspreadsheet/search
/
dist
/
index.d.ts
10 lines
(7 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * Official Type definitions for JSS search * https://jspreadsheet.com/products/search * Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped */
declare
function
search
(
worksheet:
object
):
void
; export
default
search;