Files
ionic-framework/core/src/components/refresher/refresher-interface.ts
2018-10-08 09:46:37 -05:00

5 lines
63 B
TypeScript

export interface RefresherEventDetail {
complete(): void;
}