import { PoPopupAction } from '../po-popup/po-popup-action.interface'; /** * @docsExtends PoPopupAction * * @usedBy PoToolbarComponent */ export interface PoToolbarAction extends PoPopupAction { }