UNPKG

@scalar/api-client

Version:

the open source API testing client

19 lines 905 B
type __VLS_Props = { /** Document source url if available */ documentUrl?: string; /** Watch mode status if also document url is provided */ watchMode?: boolean; /** Document title */ title: string; /** Whether the document is a draft document */ isDraftDocument?: boolean; }; declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "delete:document": () => any; "update:watchMode": (value: boolean) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ "onDelete:document"?: (() => any) | undefined; "onUpdate:watchMode"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=DocumentSettings.vue.d.ts.map