UNPKG

vuepress-plugin-md-enhance

Version:
20 lines 436 B
import { FunctionalComponent } from "vue"; //#region src/client/components/Playground.d.ts interface PlaygroundProps { /** * Playground title * * 演示标题 */ title?: string; /** * Playground link * * 演示链接 */ link: string; } declare const Playground: FunctionalComponent<PlaygroundProps>; //#endregion export { PlaygroundProps, Playground as default }; //# sourceMappingURL=Playground.d.ts.map