UNPKG

@storybook/angular

Version:

Storybook for Angular: Develop Angular components in isolation with hot reloading.

7 lines (6 loc) 263 B
/** * Avoid component redeclaration * * Checks recursively if the component has already been declared in all import Module */ export declare const isComponentAlreadyDeclared: (componentToFind: any, moduleDeclarations: any[], moduleImports: any[]) => boolean;