/** * Custom event type for popover toggle events */ export interface UmbPopoverToggleEvent extends Event { newState: string; }