@scalar/api-client
Version:
the open source API testing client
26 lines • 1.05 kB
TypeScript
import { type ModalState } from '@scalar/components';
import type { Collection } from '@scalar/oas-utils/entities/spec';
type __VLS_Props = {
state: ModalState;
activeWorkspaceCollections: Collection[];
collectionId: string | undefined;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
submit: (environment: {
name: string;
color: string;
type: string;
collectionId: Collection["uid"] | undefined;
}) => any;
cancel: () => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onSubmit?: ((environment: {
name: string;
color: string;
type: string;
collectionId: Collection["uid"] | undefined;
}) => any) | undefined;
onCancel?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=EnvironmentModal.vue.d.ts.map