You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
331 B
5 lines
331 B
import { CompilerOptions } from './options'; |
|
import { ExpressionNode } from '@vue/compiler-core'; |
|
export declare function genRenderFunctionDecl({ targetLanguage, filename, }: CompilerOptions): string; |
|
export declare const objectExp: RegExp; |
|
export declare function object2Map(exp: ExpressionNode | string, wrap?: boolean): string;
|
|
|