mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
fix(react): add param types to useIonPopover dismiss function (#25311)
This commit is contained in:
@ -37,5 +37,5 @@ export type UseIonPopoverResult = [
|
|||||||
/**
|
/**
|
||||||
* Dismisses the popover
|
* Dismisses the popover
|
||||||
*/
|
*/
|
||||||
() => void
|
(data?: any, role?: string) => void
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user