UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

5 lines (4 loc) 188 B
import type { StoreType } from './types'; export declare const Store: new () => StoreType; export declare const tweakStore: StoreType; export declare function useCreateStore(): StoreType;