mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Update Fade.d.ts
adding in property
This commit is contained in:
committed by
GitHub
parent
67e6191912
commit
b69e26107e
1
types/reactstrap/lib/Fade.d.ts
vendored
1
types/reactstrap/lib/Fade.d.ts
vendored
@@ -1,6 +1,7 @@
|
||||
import { CSSModule } from '../index';
|
||||
|
||||
export interface FadeProps {
|
||||
in?: boolean;
|
||||
baseClass?: string;
|
||||
baseClassIn?: string;
|
||||
tag?: React.ReactType;
|
||||
|
||||
Reference in New Issue
Block a user