dumi
Version:
📖 Documentation Generator of React Component
12 lines (11 loc) • 369 B
TypeScript
import type { IApi, IDumiTechStack } from '../../types';
export declare const techStacks: IDumiTechStack[];
export declare function getUtoopackDemoAssetsFile(api: {
env: string;
paths: {
absTmpPath: string;
};
isPluginEnable: (key: string) => boolean;
}): string | undefined;
export default _default;
declare function _default(api: IApi): void;