@gluestack-ui/core
Version:
Universal UI components for React Native, Expo, and Next.js
13 lines • 359 B
TypeScript
import { ReactNode } from 'react';
interface AriaMenuSectionProps {
'heading'?: ReactNode;
'aria-label'?: string;
}
interface MenuSectionAria {
itemProps: any;
headingProps: any;
groupProps: any;
}
export declare function useMenuSection(props: AriaMenuSectionProps): MenuSectionAria;
export {};
//# sourceMappingURL=useMenuSection.d.ts.map