shineout
Version:
Shein 前端组件库
17 lines (16 loc) • 989 B
TypeScript
export declare const changeSubscribe: (name: string) => string;
export declare const errorSubscribe: (name: string) => string;
export declare const updateSubscribe: (name: string) => string;
export declare const CHANGE_TOPIC = "__CHANGE_TOPIC__";
export declare const VALIDATE_TOPIC = "__VALIDATE_TOPIC__";
export declare const RESET_TOPIC = "__RESET_TOPIC__";
export declare const FORCE_PASS = "__VALIDATE_FORCE_PASS__";
export declare const IGNORE_VALIDATE = "__IGNORE_VALIDATE__";
export declare const ERROR_TYPE = "__UPDATE_ERROR_TYPE__";
export declare const REMOVE_ERROR = "__REMOVE_ERROR_TYPE__";
export declare const WITH_OUT_DISPATCH = "__WITH_OUT_DISPATCH__";
export declare const IGNORE_BIND = "__IGNORE_BIND__";
export declare const SUBMIT_TOPIC = "__SUBMIT_TOPIC__";
export declare type ValidType = typeof IGNORE_BIND | typeof FORCE_PASS;
export declare type PublishType = typeof FORCE_PASS | typeof IGNORE_VALIDATE;
export declare type ChangeType = typeof WITH_OUT_DISPATCH;