react-daisyui
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -19,4 +19,4 @@ import React, { ReactNode } from 'react'; | ||
Menu: ({ dataTheme, className, ...props }: import("./DropdownMenu").DropdownMenuProps) => JSX.Element; | ||
Item: ({ className, ...props }: import("./DropdownItem").DropdownItemProps) => JSX.Element; | ||
Item: React.ForwardRefExoticComponent<import("./DropdownItem").DropdownItemProps & React.RefAttributes<HTMLAnchorElement>>; | ||
}; | ||
export default _default; |
import React from 'react'; | ||
export declare type DropdownItemProps = React.AnchorHTMLAttributes<HTMLAnchorElement>; | ||
declare const DropdownItem: ({ className, ...props }: DropdownItemProps) => JSX.Element; | ||
declare const DropdownItem: React.ForwardRefExoticComponent<DropdownItemProps & React.RefAttributes<HTMLAnchorElement>>; | ||
export default DropdownItem; |
{ | ||
"name": "react-daisyui", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"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
1327177
14316