(store: Store)
| 103 | UiReact as UiReact.WithSchemas<NoSchemas>; |
| 104 | type NoSchemasStore = StoreWithSchemas<NoSchemas>; |
| 105 | const asNoSchemasStore = (store: Store) => store as unknown as NoSchemasStore; |
| 106 | |
| 107 | type Props = {[key: string]: unknown}; |
| 108 |
no outgoing calls
no test coverage detected
searching dependent graphs…