UNPKG

dumi

Version:

📖 Documentation Generator of React Component

7 lines (6 loc) • 210 B
import type { IDumiTechStack } from "../../types"; export interface IDemoLoaderOptions { techStacks: IDumiTechStack[]; cwd: string; } export default function demoLoader(this: any, raw: string): string;