2.1.7 • Published 6 months ago

@types/react-css-transition-replace v2.1.7

Weekly downloads
2,472
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for react-css-transition-replace 2.1
// Project: http://marnusw.github.io/react-css-transition-replace/
// Definitions by: Karol Janyst <https://github.com/LKay>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

import * as React from "react";
import * as CSSTransitionGroup from "react-addons-css-transition-group";

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.

2.1.6

7 months ago

2.1.5

8 months ago

2.1.7

6 months ago

2.1.4

3 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago