@types/react-css-transition-replace
TypeScript icon, indicating that this package has built-in type declarations

2.1.7 • Public • Published

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

Credits

These definitions were written by Karol Janyst.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-css-transition-replace

Weekly Downloads

3,485

Version

2.1.7

License

MIT

Unpacked Size

3.86 kB

Total Files

5

Last publish

Collaborators

  • types