src/utils/element.types.ts
visible: boolean
boolean
export interface ElementVisibilityEvent { visible: boolean; }