@scalar/api-client
Version:
the open source API testing client
22 lines • 1.03 kB
TypeScript
import type { Workspace } from '../../../v2/hooks/use-workspace-selector.js';
type __VLS_Props = {
/**
* The currently active workspace.
* This represents the workspace that the user is currently working in.
*/
activeWorkspace: Workspace;
/**
* The list of all available workspaces.
* Used to render options for workspace switching and selection.
*/
workspaces: Workspace[];
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
"create:workspace": () => any;
"select:workspace": (id?: string | undefined) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
"onCreate:workspace"?: (() => any) | undefined;
"onSelect:workspace"?: ((id?: string | undefined) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=SidebarMenu.vue.d.ts.map