UNPKG

storybook-addon-vue-info

Version:

Storybook addon that shows Vue component information

6 lines (5 loc) 288 B
import { VNodeChildren } from 'vue'; export declare const fromTemplate: (template: string) => string[]; declare type Render = (h: (tag: any, dataObject?: any, children?: VNodeChildren) => any, hack: any) => any; export declare const fromJSX: (render: Render) => string[]; export {};