mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(all): strong typed events
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user