@scalar/api-reference
Version:
Generate beautiful API references from OpenAPI documents
15 lines • 921 B
TypeScript
import { type ClientOption, type ClientOptionGroup } from '@scalar/api-client/v2/blocks/operation-code-sample';
import type { AvailableClients } from '@scalar/types/snippetz';
type __VLS_Props = {
/** Client options */
clientOptions: ClientOptionGroup[];
/** The currently selected Http Client */
selectedClient?: AvailableClients[number];
/** List of featured clients */
featuredClients: ClientOption[];
/** The id of the tab panel that contains for the non featured clients */
morePanel?: string;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=ClientSelector.vue.d.ts.map