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 authored and Phoebe Gao committed Sep 22, 2021
1 parent a792f19 commit 6e5ebb7
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 6e5ebb7

Please sign in to comment.