MCPcopy Create free account
hub / github.com/framework7io/framework7 / useStore

Interface useStore

src/react/framework7-react.d.ts:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18declare const f7ready: (callback: (f7: Framework7) => void) => void;
19
20interface useStore {
21 (store: Store, getter: string): any;
22 (getter: string): any;
23}
24
25declare const useStore: useStore;
26

Callers 1

store.jsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…