@storybook/preset-react-webpack
Version:
Storybook for React: Develop React Component in isolation with Hot Reloading
11 lines (8 loc) • 441 B
TypeScript
import * as react_docgen from 'react-docgen';
import * as TsconfigPaths from 'tsconfig-paths';
import { LoaderContext } from 'webpack';
declare function reactDocgenLoader(this: LoaderContext<{
debug: boolean;
}>, source: string, map: any): Promise<void>;
declare function getReactDocgenImporter(matchingPath: TsconfigPaths.MatchPath | undefined): react_docgen.Importer;
export { reactDocgenLoader as default, getReactDocgenImporter };