@nimel/directorr
Version:
Like Redux but using decorators
19 lines (18 loc) • 1.07 kB
TypeScript
import { MessageFunc } from './types';
export declare const errorWhenWrongEnv: () => string;
export declare const notFindStoreName: () => string;
export declare const notObserver: () => string;
export declare const callWithArg: MessageFunc;
export declare const callDecoratorWithNotActionType: MessageFunc;
export declare const callDecoratorWithNotConsrtactorType: MessageFunc;
export declare const callDecoratorWithNotActionChecker: MessageFunc;
export declare const callDecoratorWithNotConvertPayload: MessageFunc;
export declare const useForNotPropDecorator: MessageFunc;
export declare const callWithPropNotEquallFunc: MessageFunc;
export declare const useForPropNotEquallObject: MessageFunc;
export declare const notFoundDirectorrStore: MessageFunc;
export declare const notFoundStoreInDirectorrStore: MessageFunc;
export declare const callWithNotAction: MessageFunc;
export declare const dontUseWithAnotherDecorator: MessageFunc;
export declare const haveCycleInjectedStore: MessageFunc;
export declare const callWithStoreNotConnectedToDirrectorr: MessageFunc;