UNPKG

storybook-addon-vue-info

Version:

Storybook addon that shows Vue component information

4 lines (3 loc) 174 B
declare type Constructor = () => void; export declare const constructorToString: (constructor: Constructor | Constructor[]) => string; export default constructorToString;