import { QMenu, QDialog } from "quasar";

export type QPopupProxyInnerComponent = QMenu | QDialog;
