UNPKG

dumi

Version:

📖 Documentation Generator of React Component

9 lines (8 loc) • 243 B
import type { IApi } from "../../types"; export declare const getLoadHook: (api: IApi) => (filePath: string) => Promise<{ content: Buffer | null; type: "css" | "js" | "jsx"; } | { content: string; type: string; } | undefined>;