react-daisyui
Advanced tools
Comparing version 5.0.3 to 5.0.4
import React from 'react'; | ||
import { IComponentBaseProps } from '../types'; | ||
export type ModalProps = React.HTMLAttributes<HTMLDialogElement> & IComponentBaseProps & { | ||
export type ModalProps = React.DialogHTMLAttributes<HTMLDialogElement> & IComponentBaseProps & { | ||
open?: boolean; | ||
responsive?: boolean; | ||
backdrop?: boolean; | ||
ariaHidden?: boolean; | ||
}; | ||
export type DialogProps = Omit<ModalProps, 'ref'>; | ||
declare const _default: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDialogElement> & IComponentBaseProps & { | ||
declare const _default: React.ForwardRefExoticComponent<React.DialogHTMLAttributes<HTMLDialogElement> & IComponentBaseProps & { | ||
open?: boolean | undefined; | ||
responsive?: boolean | undefined; | ||
backdrop?: boolean | undefined; | ||
ariaHidden?: boolean | undefined; | ||
} & React.RefAttributes<HTMLDialogElement>> & { | ||
@@ -14,0 +16,0 @@ Header: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>; |
{ | ||
"name": "react-daisyui", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "react-daisyui - DaisyUI components built with React 🌼", | ||
@@ -5,0 +5,0 @@ "author": "daisyui", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1767565
18840