UNPKG

react-headless-accordion

Version:

A headless nested accordion made with react

8 lines (7 loc) 156 B
export interface Transition { duration?: string; timingFunction?: string; } export interface Items { [key: string]: (value: boolean) => void; }