Skip to content

Commit

Permalink
fix(typings): fix definition for Accordion.Accordion (#2180)
Browse files Browse the repository at this point in the history
TS2604:JSX element type 'Accordion.Accordion' does not have any construct or call signatures.
  • Loading branch information
swASO authored and layershifter committed Oct 9, 2017
1 parent 955ed6e commit 5ff15bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Accordion/AccordionAccordion.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ export interface AccordionPanelProps {
title: SemanticShorthandItem<AccordionTitleProps>;
}

declare const AccordionAccordion: AccordionAccordionProps;
declare const AccordionAccordion: React.ComponentClass<AccordionAccordionProps>;

export default AccordionAccordion;

0 comments on commit 5ff15bf

Please sign in to comment.