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
4
core/src/components/searchbar/searchbar-interface.ts
Normal file
4
core/src/components/searchbar/searchbar-interface.ts
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
export interface SearchbarChangeEventDetail {
|
||||
value: string | undefined;
|
||||
}
|
||||
Reference in New Issue
Block a user