@scalar/api-reference
Version:
Generate beautiful API references from OpenAPI documents
12 lines • 665 B
TypeScript
import type { SpecConfiguration } from '@scalar/types/api-reference';
type __VLS_Props = {
options?: SpecConfiguration[];
modelValue?: number;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
"update:modelValue": (value: number) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=DocumentSelector.vue.d.ts.map