pennywise-ui 1.0.33 → 1.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -275,7 +275,7 @@ export declare interface DropdownProps {
|
|
|
275
275
|
*
|
|
276
276
|
* @param isOpen - Новое состояние дропдауна.
|
|
277
277
|
*/
|
|
278
|
-
onChange: (isOpen: boolean) => void;
|
|
278
|
+
onChange: (isOpen: boolean, event?: Event | undefined) => void;
|
|
279
279
|
/**
|
|
280
280
|
* Содержимое дропдауна (то, что отображается при открытии).
|
|
281
281
|
*/
|