mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Fixed the tests.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/// <reference path="../react/react.d.ts" />
|
||||
/// <reference path="./react-scroll.d.ts" />
|
||||
|
||||
import * as React from 'react';
|
||||
import { Link, Element, Events, scroller } from 'react-scroll';
|
||||
import * as React from 'react'
|
||||
import { Link, Element, Events, scroller } from 'react-scroll'
|
||||
|
||||
class LinkTest extends React.Component<React.Props<{}>, {}> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user