export { Item as BaseItem } from '@react-stately/collections'; import { ItemProps as ItemProps$1 } from '@react-types/shared'; import { As, HTMLHeroUIProps } from '@heroui/system'; /** * A modified version of the ItemProps from @react-types/shared, with the addition of the HeroUI props. * */ type ItemProps = ItemProps$1 & HTMLHeroUIProps; export type { ItemProps };