Update d.ts files

This commit is contained in:
mertsincan 2023-07-06 13:01:33 +01:00
parent 546504c4e0
commit 812378623b
83 changed files with 83 additions and 0 deletions

View file

@ -17,6 +17,7 @@ export declare type OverlayPanelPassThroughOptionType = OverlayPanelPassThroughA
* Custom passthrough(pt) option method.
*/
export interface OverlayPanelPassThroughMethodOptions {
instance: any;
props: OverlayPanelProps;
state: OverlayPanelState;
}