H5-contact/node_modules/@dcloudio/uni-cli-shared/dist/dom2/fontFamily.d.ts

5 lines
283 B
TypeScript

export declare const JS_STYLE_PLACEHOLDER_MARKER = "__js_style_placeholder__";
export declare function createJsStylePlaceholder(id: string): string;
export declare function createJsStylePlaceholderRegExp(id: string): RegExp;
export declare const ANY_JS_STYLE_PLACEHOLDER_RE: RegExp;