UNPKG

@eclipse-scout/core

Version:
5 lines 180 B
import { Event } from '../index'; export interface AppLinkActionEvent<TSource = object> extends Event<TSource> { ref: string; } //# sourceMappingURL=AppLinkActionEvent.d.ts.map