mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add dts for react-axe * Lint fixes * Remove the v from the version header * Set strictFunctionTypes to true per code review
6 lines
134 B
TypeScript
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);
|