@scalar/api-reference
Version:
Generate beautiful API references from OpenAPI documents
11 lines • 700 B
TypeScript
type __VLS_ModelProps = {
modelValue?: 'modern' | 'classic';
};
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
"update:modelValue": (value: "modern" | "classic" | undefined) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
"onUpdate:modelValue"?: ((value: "modern" | "classic" | undefined) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: typeof __VLS_export;
export default _default;
//# sourceMappingURL=ApiReferenceToolbarConfigLayout.vue.d.ts.map