UNPKG

storybook-addon-meta

Version:
16 lines (15 loc) 267 B
/** * * [[include:meta/properties.md]] * * [[include:meta.md]] * * [[include:meta/usage.md]] * * [[include:meta/demo.md]] * */ export declare class Meta { static componentPath(component: any): string; static componentName(component: any): string; }