UNPKG

model-vue-presenter

Version:
18 lines (17 loc) 528 B
export declare const ERROR: { PRESENTER_CONFIG: { INFO: string; readonly VIEW_MODEL_IS_NOT_COMPUTED: string; readonly ON_CREATED_HOOK_NOT_A_FUNCTION: string; readonly ON_DESTROY_HOOK_NOT_A_FUNCTION: string; }; VIEW_MODEL_MOCKING: { INFO: string; PROPERTIES_ARE_MISSING(properties: string[]): string; HAS_NON_EXISTING_PROPERTIES(properties: string[]): string; }; SPYING: { INFO: string; readonly NO_PRESENTER_INSTANCE: string; }; };