Installation
npm install --save @types/react-css-transition-replace
Summary
This package contains type definitions for react-css-transition-replace (http://marnusw.github.io/react-css-transition-replace/).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-css-transition-replace.
index.d.ts
/// <reference types="react-addons-css-transition-group" />
import * as React from "react";
declare namespace CSSTransitionReplace {
interface Props extends React.CSSTransitionGroupProps {
changeWidth?: boolean | undefined;
overflowHidden?: boolean | undefined;
}
}
declare var CSSTransitionReplace: CSSTransitionReplace;
type CSSTransitionReplace = React.ComponentClass<CSSTransitionReplace.Props>;
export = CSSTransitionReplace;
Additional Details
- Last updated: Tue, 07 Nov 2023 09:09:39 GMT
- Dependencies: @types/react, @types/react-addons-css-transition-group
Credits
These definitions were written by Karol Janyst.