@ilamy/calendar 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/dist/index.js +11 -7
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -240,9 +240,11 @@ import React2 from "react";
|
|
|
240
240
|
interface Translations {
|
|
241
241
|
today: string;
|
|
242
242
|
create: string;
|
|
243
|
+
new: string;
|
|
243
244
|
update: string;
|
|
244
245
|
delete: string;
|
|
245
246
|
cancel: string;
|
|
247
|
+
export: string;
|
|
246
248
|
event: string;
|
|
247
249
|
events: string;
|
|
248
250
|
newEvent: string;
|