UNPKG

@etsoo/smarterp-core

Version:
5 lines (4 loc) 175 B
export type AppSwitchPopoverProps = { appName: string; }; export declare function AppSwitchPopover(props: AppSwitchPopoverProps): import("react/jsx-runtime").JSX.Element;