export interface AccordionPropsTypes {
    activeKey?: string | string[];
    defaultActiveKey?: string | string[];
    onChange?: (x: any) => void;
}
