mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
16 lines
431 B
TypeScript
16 lines
431 B
TypeScript
// Type definitions for enzyme-adapter-react-15.4 1.0
|
|
// Project: http://airbnb.io/enzyme/
|
|
// Definitions by: Nabeelah Ali <https://github.com/nali>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 3.1
|
|
|
|
import { EnzymeAdapter } from 'enzyme';
|
|
|
|
declare class ReactFifteenFourAdapter extends EnzymeAdapter {
|
|
}
|
|
|
|
declare namespace ReactFifteenFourAdapter {
|
|
}
|
|
|
|
export = ReactFifteenFourAdapter;
|