UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

5 lines (2 loc) 186 B
import { RootNode, CompilerOptions, CodegenResult } from '@vue/compiler-dom'; export declare function compile(source: string | RootNode, options?: CompilerOptions): CodegenResult;