fix(all): strong typed events

This commit is contained in:
Manu Mtz.-Almeida
2018-04-23 17:26:10 +02:00
parent b8c87c453a
commit d5129df970
44 changed files with 429 additions and 602 deletions

View File

@ -47,7 +47,7 @@ export class SplitPane {
/**
* Emitted when the split pane is visible.
*/
@Event() ionChange!: EventEmitter;
@Event() ionChange!: EventEmitter<{visible: boolean}>;
/**
* Expression to be called when the split-pane visibility has changed