UNPKG

@etsoo/smarterp-core

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