UNPKG

@jigoooo/shared-ui

Version:

A reusable React component library and design system with TypeScript support, built on Vite for seamless integration and optimized performance.

4 lines (3 loc) 247 B
import { AccordionGroupContextType } from './accordion-type.ts'; export declare const AccordionGroupContext: import('react').Context<AccordionGroupContextType | null>; export declare function useAccordionGroupContext(): AccordionGroupContextType;