demio-ui 2.5.1 → 2.5.2
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.
|
@@ -20,5 +20,5 @@ export type Props = {
|
|
|
20
20
|
- Esc closes the component automatically.
|
|
21
21
|
- [Accessibility and Keyboard Interactions](https://www.radix-ui.com/docs/primitives/components/dialog#accessibility)
|
|
22
22
|
**/
|
|
23
|
-
declare function Modal({ children, contentClassName, isCloseButtonVisible, onClose, onOpenChange, open, overlayClassName, title, isClosable, }: Props): React.JSX.Element;
|
|
23
|
+
declare function Modal({ children, contentClassName, isCloseButtonVisible, onClose, onOpenChange, open, overlayClassName, title, isClosable, ...props }: Props): React.JSX.Element;
|
|
24
24
|
export default Modal;
|
package/dist/types.d.ts
CHANGED
|
@@ -262,7 +262,7 @@ type Props$6 = {
|
|
|
262
262
|
- Esc closes the component automatically.
|
|
263
263
|
- [Accessibility and Keyboard Interactions](https://www.radix-ui.com/docs/primitives/components/dialog#accessibility)
|
|
264
264
|
**/
|
|
265
|
-
declare function Modal({ children, contentClassName, isCloseButtonVisible, onClose, onOpenChange, open, overlayClassName, title, isClosable, }: Props$6): React__default.JSX.Element;
|
|
265
|
+
declare function Modal({ children, contentClassName, isCloseButtonVisible, onClose, onOpenChange, open, overlayClassName, title, isClosable, ...props }: Props$6): React__default.JSX.Element;
|
|
266
266
|
|
|
267
267
|
type Option = unknown;
|
|
268
268
|
interface Props$5 {
|