UNPKG

@nimel/directorr-form

Version:
5 lines (4 loc) 368 B
export declare const useWithEffects: (moduleName: string) => string; export declare const callWithWrongSchema: (moduleName: string, schema: any) => string; export declare const propNotExistInClass: (moduleName: string, prop: string, store: any) => string; export declare const propInClassNotLikeFormStore: (moduleName: string, prop: string, formStore: any) => string;