chore(): sync with main

This commit is contained in:
Liam DeBeasi
2022-04-07 14:14:05 -04:00
55 changed files with 338 additions and 166 deletions

View File

@ -1791,7 +1791,7 @@ export declare interface IonSplitPane extends Components.IonSplitPane {
/**
* Expression to be called when the split-pane visibility has changed
*/
ionSplitPaneVisible: EventEmitter<CustomEvent<{visible: boolean}>>;
ionSplitPaneVisible: EventEmitter<CustomEvent<{ visible: boolean }>>;
}