Open arbuzaicer opened 4 years ago
I using the Accordion component for render items. When I trying to use onAnimationEnd method - TS told me that this method doesn't exist.
I tried to find this method in Acordion.d.ts - but I couldn't do it.
Iside props Accordion extends React.Component<AccordionProps> this method is absent. Can You please add this typing declaration?
Same error here, any updates on this?
Same error here
I using the Accordion component for render items. When I trying to use onAnimationEnd method - TS told me that this method doesn't exist.
I tried to find this method in Acordion.d.ts - but I couldn't do it.
Iside props Accordion extends React.Component<AccordionProps> this method is absent. Can You please add this typing declaration?