@wingsuit-designsystem/storybook
Version:
Wingsuit Storybook Integration.
7 lines (6 loc) • 405 B
TypeScript
import type { Configuration } from 'webpack';
export * from '@storybook/react-webpack5/preset';
export { csfParser } from './csfParser';
export declare const experimental_indexers: (existingIndexers: any, options: any) => Promise<any[]>;
export declare function webpackFinal(config: Configuration, options: any): Promise<any>;
export declare function stories(paths: any, options: any): Promise<string[]>;