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