mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
docs(all): improve type docs for event
This commit is contained in:
committed by
Manu MA
parent
b3316d480f
commit
3d656ac312
5
core/src/components/toggle/toggle-interface.ts
Normal file
5
core/src/components/toggle/toggle-interface.ts
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
export interface ToggleChangeEventDetail {
|
||||
value: any;
|
||||
checked: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user