Update Fade.d.ts

adding in property
This commit is contained in:
Guillermo Eyherabide
2017-12-06 18:10:07 -03:00
committed by GitHub
parent 67e6191912
commit b69e26107e

View File

@@ -1,6 +1,7 @@
import { CSSModule } from '../index';
export interface FadeProps {
in?: boolean;
baseClass?: string;
baseClassIn?: string;
tag?: React.ReactType;