UNPKG
@taze-editor/taze-plugin-search-highlight
Version:
canary (1.0.2-alpha.7)
dev (2.0.0-dev.2)
latest (2.1.0)
next (1.0.2-dev.1)
2.1.0
2.0.0
2.0.0-dev.2
2.0.0-dev.1
1.14.0
1.13.0
1.12.0
1.11.0
1.10.1
1.10.0
1.9.1
1.9.0
1.8.0
1.7.0
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.2-dev.4
1.0.2-dev.3
1.0.2-dev.1
1.0.2-dev.0
1.0.2-alpha.7
1.0.1
1.0.0
0.7.2
0.7.1
0.7.0
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.0.0-20220908101146
Search and highlight plugin for Taze Editor
@taze-editor/taze-plugin-search-highlight
/
dist
/
useSearchHighlightPluginStore.d.ts
3 lines
•
270 B
TypeScript
View Raw
1
2
3
import
{
TSearchPluginStore
}
from
"./types/store"
;
export
declare
const
useSearchHighlightPluginStore
:
import
(
"zustand/traditional"
).
UseBoundStoreWithEqualityFn
<
import
(
"zustand"
).
StoreApi
<
TSearchPluginStore
>>;
//# sourceMappingURL=useSearchHighlightPluginStore.d.ts.map