All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.menu.menu-item-group.d.ts Maven / Gradle / Ivy

import { ItemGroupProps } from '@zag-js/menu';
import { Optional } from '../../types';
import { HTMLProps, PolymorphicProps } from '../factory';
import { ForwardRefExoticComponent, RefAttributes } from 'react';
type OptionalItemGroupProps = Optional;
export interface MenuItemGroupBaseProps extends OptionalItemGroupProps, PolymorphicProps {
}
export interface MenuItemGroupProps extends HTMLProps<'div'>, MenuItemGroupBaseProps {
}
export declare const MenuItemGroup: ForwardRefExoticComponent>;
export {};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy