@scalar/api-client
Version:
the open source API testing client
14 lines • 654 B
TypeScript
import { type ModalState } from '@scalar/components';
type __VLS_Props = {
state: ModalState;
name: string | null;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
submit: () => any;
cancel: () => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onSubmit?: (() => any) | undefined;
onCancel?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=EnvironmentDeleteModal.vue.d.ts.map