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