vue-jsx-runtime
Version:
jsx runtime support
6 lines • 345 B
TypeScript
import { VNodeTypes } from 'vue';
export declare function jsx(type: VNodeTypes, config?: Record<string, any>, maybeKey?: string, source?: object, self?: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>;
export declare const jsxs: typeof jsx;
//# sourceMappingURL=jsx.d.ts.map