activity-calendar
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -7,3 +7,3 @@ /// <reference types="jquery" /> | ||
import IListenable from "./IListenable"; | ||
interface ILangPhrases { | ||
export interface ILangPhrases { | ||
nextBtnText: string; | ||
@@ -71,2 +71,1 @@ prevBtnText: string; | ||
} | ||
export {}; |
@@ -1,7 +0,7 @@ | ||
import Event from "./Event"; | ||
import Event, { IEventListener, EventCallback } from "./Event"; | ||
import IListenable from "./IListenable"; | ||
import IDataProvider from "./IDataProvider"; | ||
import IDate from "./IDate"; | ||
import Drawer from "./Drawer"; | ||
import Drawer, { IDrawerOptions, ILangPhrases } from "./Drawer"; | ||
export default Drawer; | ||
export { Event, IDataProvider, IDate, IListenable }; | ||
export { Event, IDataProvider, IDate, ILangPhrases, IDrawerOptions, IEventListener, EventCallback, IListenable }; |
@@ -15,3 +15,3 @@ { | ||
"name": "activity-calendar", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "a simple activity calendar", | ||
@@ -18,0 +18,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27192
598