UNPKG

@etsoo/smarterp-core

Version:
6 lines (5 loc) 205 B
export type OrgSwitchPopoverProps = { appId?: number; organizationName?: string; }; export declare function OrgSwitchPopover(props: OrgSwitchPopoverProps): import("react/jsx-runtime").JSX.Element;