DefinitelyTyped/types/enzyme-adapter-react-16/index.d.ts
2019-02-19 20:32:48 +01:00

16 lines
456 B
TypeScript

// Type definitions for enzyme-adapter-react-16 1.0
// Project: https://github.com/airbnb/enzyme, http://airbnb.io/enzyme
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.1
import { EnzymeAdapter } from 'enzyme';
declare class ReactSixteenAdapter extends EnzymeAdapter {
}
declare namespace ReactSixteenAdapter {
}
export = ReactSixteenAdapter;