mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
replace internal module to namespace
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/// <reference path="../react/react.d.ts" />
|
||||
/// <reference path="../bootstrap.datepicker/bootstrap.datepicker.d.ts" />
|
||||
|
||||
declare module ReactBootstrapDaterangepicker {
|
||||
declare namespace ReactBootstrapDaterangepicker {
|
||||
export interface EventHandler { (event?: any, picker?: any): any; }
|
||||
|
||||
export interface Props extends DatepickerOptions {
|
||||
|
||||
Reference in New Issue
Block a user