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