Skip to content

Commit

Permalink
fix(types): import React for UncontrolledAccordion type defs (#2292)
Browse files Browse the repository at this point in the history
  • Loading branch information
phwebi committed Oct 27, 2021
1 parent 06272f8 commit 54df194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/lib/UncontrolledAccordion.d.ts
@@ -1,3 +1,4 @@
import * as React from 'react';
import { AccordionProps } from './Accordion';

export interface UncontrolledAccordionProps extends AccordionProps {
Expand Down

0 comments on commit 54df194

Please sign in to comment.