DefinitelyTyped/types/react-axe/react-axe-tests.tsx
Akshay Karthik 0969775954 [react-axe] Initial set of typedefs (#34108)
* Add dts for react-axe

* Lint fixes

* Remove the v from the version header

* Set strictFunctionTypes to true per code review
2019-03-25 09:49:54 -07:00

6 lines
134 B
TypeScript

import * as React from "react";
import * as ReactDOM from "react-dom";
import * as axe from "react-axe";
axe(React, ReactDOM, 1000);