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