pennywise-ui 1.0.31 → 1.0.32
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 +5 -0
- package/dist/index.js +638 -627
- package/dist/index.umd.cjs +12 -12
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -140,6 +140,11 @@ export declare interface BottomSheetProps {
|
|
|
140
140
|
* Дополнительный класс для блока с контентом
|
|
141
141
|
*/
|
|
142
142
|
contentClassName?: string;
|
|
143
|
+
/**
|
|
144
|
+
* Разрешает закрытие окна по клику вне его содержимого.
|
|
145
|
+
* @default true
|
|
146
|
+
*/
|
|
147
|
+
closeByOutsideClick?: boolean;
|
|
143
148
|
}
|
|
144
149
|
|
|
145
150
|
export declare enum BreakpointValue {
|