@scalar/api-client
Version:
the open source API testing client
16 lines • 839 B
TypeScript
type __VLS_Props = {
/** List of available environments */
environments?: string[];
/** Currently selected environment */
activeEnvironment?: string;
};
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
"select:environment": (environmentName: string) => any;
"add:environment": () => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
"onSelect:environment"?: ((environmentName: string) => any) | undefined;
"onAdd:environment"?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: typeof __VLS_export;
export default _default;
//# sourceMappingURL=EnvironmentSelector.vue.d.ts.map