uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/mp/constants.d.ts

6 lines
275 B
TypeScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
export declare const COMPONENT_ON_LINK = "onVI";
export declare const COMPONENT_BIND_LINK = "__l";
export declare const COMPONENT_CUSTOM_HIDDEN = "data-c-h";
export declare const COMPONENT_CUSTOM_HIDDEN_BIND: string;
export declare const MP_PLUGIN_JSON_NAME = "plugin.json";