UNPKG

@stories-js/angular

Version:

Angular Stories renderer and wrapper for custom elements of Stories to be used as first-class Angular components

12 lines (11 loc) 1.57 kB
import { ModuleWithProviders } from '@angular/core'; import type { StoryModules } from '@stories-js/core'; import * as i0 from "@angular/core"; import * as i1 from "../directives/proxies"; import * as i2 from "./stories-angular-renderer.component"; export declare class StoriesAngularModule { static withStories(modules: StoryModules): ModuleWithProviders<StoriesAngularModule>; static ɵfac: i0.ɵɵFactoryDeclaration<StoriesAngularModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<StoriesAngularModule, [typeof i1.StoriesAddonActions, typeof i1.StoriesAddonControls, typeof i1.StoriesAddons, typeof i1.StoriesApp, typeof i1.StoriesIcon, typeof i1.StoriesLabel, typeof i1.StoriesPreview, typeof i1.StoriesSidebar, typeof i1.StoriesSplitPane, typeof i1.StoriesTab, typeof i1.StoriesTabBar, typeof i1.StoriesTabButton, typeof i1.StoriesTabs, typeof i1.StoriesToolBar, typeof i1.StoriesToolButton, typeof i1.StoriesToolZoom, typeof i1.StoriesZoom, typeof i2.StoriesAngularRendererComponent], never, [typeof i1.StoriesAddonActions, typeof i1.StoriesAddonControls, typeof i1.StoriesAddons, typeof i1.StoriesApp, typeof i1.StoriesIcon, typeof i1.StoriesLabel, typeof i1.StoriesPreview, typeof i1.StoriesSidebar, typeof i1.StoriesSplitPane, typeof i1.StoriesTab, typeof i1.StoriesTabBar, typeof i1.StoriesTabButton, typeof i1.StoriesTabs, typeof i1.StoriesToolBar, typeof i1.StoriesToolButton, typeof i1.StoriesToolZoom, typeof i1.StoriesZoom, typeof i2.StoriesAngularRendererComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<StoriesAngularModule>; }