Files
2026-02-10 01:14:19 +00:00

11 lines
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 };