UNPKG

vitepress-openapi

Version:

Generate VitePress API Documentation from OpenAPI Specification.

10 lines (9 loc) 275 B
export declare function useShiki(): { loading: import("vue").Ref<boolean, boolean>; renderShiki: (content: string, { lang, theme }: { lang: string; theme: string; }) => string; init: () => Promise<void>; initShiki: () => Promise<void>; };