@scalar/api-client
Version:
the open source API testing client
14 lines • 689 B
TypeScript
import { type ModalState } from '@scalar/components';
import type { WorkspaceStore } from '@scalar/workspace-store/client';
export type ModalProps = {
workspaceStore: WorkspaceStore;
modalState: ModalState;
};
/**
* Scalar Api Client Modal
*
* This component is used to render the API Client Modal
*/
declare const _default: import("vue").DefineComponent<ModalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ModalProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=Modal.vue.d.ts.map