diff --git a/Accordion.d.ts b/Accordion.d.ts index 59ce5a7..6ce8577 100644 --- a/Accordion.d.ts +++ b/Accordion.d.ts @@ -118,7 +118,7 @@ export interface AccordionProps { * * @default TouchableHighlight */ - touchableComponent?: React.ComponentClass; + touchableComponent?: React.ComponentType; /** * Object of props to pass to the touchable component