mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
resolves #22925 BREAKING CHANGE: The `RadioChangeEventDetail` interface has been removed in favor of `RadioGroupChangeEventDetail`.
5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
export interface TabsCustomEvent extends CustomEvent {
|
|
detail: { tab: string };
|
|
target: HTMLIonTabsElement;
|
|
}
|