UNPKG

@eclipse-scout/core

Version:
5 lines 262 B
import { PropertyChangeEvent, WidgetEventMap } from '../../../index'; export interface TileOutlineOverviewEventMap extends WidgetEventMap { 'propertyChange:scrollable': PropertyChangeEvent<boolean>; } //# sourceMappingURL=TileOutlineOverviewEventMap.d.ts.map