lion/packages/calendar/index.js
Manuel Martin b2f981db72 refactor: add package exports entry
This commit adds the exports entry in each package.json, exposing the public parts of each package and hiding the private ones.
2021-02-15 17:49:22 +01:00

2 lines
110 B
JavaScript

export { isSameDate } from './src/utils/isSameDate.js';
export { LionCalendar } from './src/LionCalendar.js';