Files
2026-04-13 08:19:53 +08:00

3 lines
110 B
TypeScript

import type { Store } from '../utils/store.js';
export declare function useStore<T>(store: Store<T, any>): T;