@0xsquid/ui
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -6,4 +6,5 @@ /// <reference types="react" /> | ||
onBackdropClick?: () => void; | ||
isOpen?: boolean; | ||
} | ||
export declare function Modal({ children, className, onBackdropClick }: ModalProps): import("react/jsx-runtime").JSX.Element; | ||
export declare function Modal({ children, className, onBackdropClick, isOpen: _isOpen, }: ModalProps): false | import("react/jsx-runtime").JSX.Element; | ||
export {}; |
@@ -6,4 +6,5 @@ /// <reference types="react" /> | ||
onBackdropClick?: () => void; | ||
isOpen?: boolean; | ||
} | ||
export declare function Modal({ children, className, onBackdropClick }: ModalProps): import("react/jsx-runtime").JSX.Element; | ||
export declare function Modal({ children, className, onBackdropClick, isOpen: _isOpen, }: ModalProps): false | import("react/jsx-runtime").JSX.Element; | ||
export {}; |
@@ -286,4 +286,5 @@ /// <reference types="react" /> | ||
onBackdropClick?: () => void; | ||
isOpen?: boolean; | ||
} | ||
declare function Modal({ children, className, onBackdropClick }: ModalProps): react_jsx_runtime.JSX.Element; | ||
declare function Modal({ children, className, onBackdropClick, isOpen: _isOpen, }: ModalProps): false | react_jsx_runtime.JSX.Element; | ||
@@ -290,0 +291,0 @@ interface NavigationBarProps { |
@@ -8,3 +8,3 @@ { | ||
"description": "Squid's UI components", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"author": "", | ||
@@ -11,0 +11,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
602299
11993