UNPKG

storybook-addon-vue-info

Version:

Storybook addon that shows Vue component information

4 lines (3 loc) 161 B
import { PropInfo } from '../types/info'; import { AnyComponent } from '../types/vue'; export declare function getProps(component: AnyComponent): PropInfo[];