import { ExpansionPanel, ExpansionPanelContent, ExpansionPanelActionEvent } from '@progress/kendo-react-layout';
I am using "@progress/kendo-react-layout": "3.17.0",
When I try to import ExpansionPanel, ExpansionPanelContent, ExpansionPanelActionEvent, I get an error:
Module '"@progress/kendo-react-layout"' has no exported member 'ExpansionPanel'.
Module '"@progress/kendo-react-layout"' has no exported member 'ExpansionPanelContent'.
Module '"@progress/kendo-react-layout"' has no exported member 'ExpansionPanelActionEvent'.
Does version 3.17.0 not have ExpansionPanel, ExpansionPanelContent, ExpansionPanelActionEvent?
Is there anywhere in the docs that describes what is/is not in 3.17.0. I get similar errors trying to use DrawerSelectEvent.
It's frustrating not knowing what I can use.
I just found http://iceary.org/index-11.html
Are there examples of the components in previous versions?