@ark-ui/react
Advanced tools
Comparing version 0.0.0-rc-20221125023333 to 0.0.0-rc-20221126123806
import * as _polymorphic_factory_react from '@polymorphic-factory/react'; | ||
import { HTMLPolymorphicProps } from '@polymorphic-factory/react'; | ||
import { HTMLPolymorphicProps, Assign as Assign$1 } from '@polymorphic-factory/react'; | ||
import * as react from 'react'; | ||
@@ -81,7 +81,7 @@ import { ElementType, PropsWithChildren, ReactElement, ReactNode } from 'react'; | ||
type AccordionItemProps = HTMLArkProps<'div'> & { | ||
type AccordionItemProps = Assign$1<HTMLArkProps<'div'>, { | ||
value: string; | ||
disabled?: boolean; | ||
children?: React.ReactNode | ((props: ReturnType<AccordionContext['getItemState']>) => React.ReactNode); | ||
}; | ||
}>; | ||
declare const AccordionItem: _polymorphic_factory_react.ComponentWithAs<"div", AccordionItemProps>; | ||
@@ -88,0 +88,0 @@ |
{ | ||
"name": "@ark-ui/react", | ||
"version": "0.0.0-rc-20221125023333", | ||
"version": "0.0.0-rc-20221126123806", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
197404