EventSubscription.d.ts 59 Bytes
Newer Older
冷佳娟's avatar
冷佳娟 committed
1 2 3
export interface EventSubscription {
    remove(): void;
}