mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
react-day-picker remove tsconfig.json types react and add reference comment in index.d.ts
This commit is contained in:
2
react-day-picker/index.d.ts
vendored
2
react-day-picker/index.d.ts
vendored
@@ -4,6 +4,8 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
/// <reference types="react" />
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
declare namespace DayPicker {
|
||||
|
||||
@@ -13,9 +13,7 @@
|
||||
"typeRoots": [
|
||||
"../"
|
||||
],
|
||||
"types": [
|
||||
"react"
|
||||
],
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user