Skip to content

Commit

Permalink
fix(types): Fix reference to CSSModule (reactstrap#2007)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel committed Nov 2, 2020
1 parent 42e93c1 commit 54afca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/lib/Toast.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { CSSModule } from '../index';
import { CSSModule } from './index';
import { FadeProps } from './Fade';

export interface ToastProps extends React.HTMLAttributes<HTMLElement> {
Expand Down

0 comments on commit 54afca4

Please sign in to comment.