UNPKG

fumadocs-openapi

Version:

Generate MDX docs for your OpenAPI spec

14 lines (12 loc) 445 B
import { CreateAPIPageOptions } from "../ui/api-page.js"; import "../ui/index.js"; //#region src/scalar/index.d.ts /** * Enable Scalar for API playgrounds by wrapping your options inside. * * Requires `@scalar/api-client-react` to be installed, it imports the styles automatically. */ declare function withScalar(options?: CreateAPIPageOptions): CreateAPIPageOptions; //#endregion export { withScalar }; //# sourceMappingURL=index.d.ts.map