Move our contract templates to accept Provider instead of Web3Wrapper
This commit is contained in:
8
packages/react-docs/src/globals.d.ts
vendored
8
packages/react-docs/src/globals.d.ts
vendored
@@ -1,11 +1,3 @@
|
||||
declare module 'react-tooltip';
|
||||
|
||||
// compare-version declarations
|
||||
declare function compareVersions(firstVersion: string, secondVersion: string): number;
|
||||
declare module 'compare-versions' {
|
||||
export = compareVersions;
|
||||
}
|
||||
|
||||
declare module '*.json' {
|
||||
const json: any;
|
||||
/* tslint:disable */
|
||||
|
Reference in New Issue
Block a user