UNPKG

@matthew.ngo/react-form-kit

Version:

Form Kit for React. It consists of a set of components that can be used to create complex forms in a simple and declarative way.

6 lines (5 loc) 228 B
export declare const useAccordion: (initialActive?: string, multipleExpand?: boolean) => { activeSections: Set<string>; toggleSection: (sectionId: string) => void; isSectionActive: (sectionId: string) => boolean; };