UNPKG

fumadocs-core

Version:

The React.js library for building a documentation website

8 lines (7 loc) 292 B
import { Pluggable } from "unified"; //#region src/content/mdx/util.d.ts type Thenable<T> = T | PromiseLike<T>; type ResolvePlugins = Thenable<Pluggable>[] | ((v: Pluggable[]) => Thenable<Pluggable>[]); //#endregion export { ResolvePlugins as t }; //# sourceMappingURL=util-CK2ykiif.d.ts.map