| 18 | declare const f7ready: (callback: (f7: Framework7) => void) => void; |
| 19 | |
| 20 | interface useStore { |
| 21 | (store: Store, getter: string): any; |
| 22 | (getter: string): any; |
| 23 | } |
| 24 | |
| 25 | declare const useStore: useStore; |
| 26 |
no outgoing calls
no test coverage detected
searching dependent graphs…