UNPKG

@storybook/angular

Version:

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

9 lines (8 loc) 399 B
import { StoryFnAngularReturnType } from '../types'; import { PropertyExtractor } from './utils/PropertyExtractor'; export declare const getApplication: ({ storyFnAngular, component, targetSelector, analyzedMetadata, }: { storyFnAngular: StoryFnAngularReturnType; component?: any; targetSelector: string; analyzedMetadata: PropertyExtractor; }) => import("@angular/core").Type<any>;