feat(input-datepicker): export calendar overlay frame

This commit is contained in:
jorenbroekema 2021-07-26 10:21:10 +02:00
parent 3edb372b06
commit 79392d8e62
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'@lion/input-datepicker': patch
---
Export LionCalendarOverlayFrame as a good starter frame for subclassers.

View file

@ -1 +1,2 @@
export { LionInputDatepicker } from './src/LionInputDatepicker.js';
export { LionCalendarOverlayFrame } from './src/LionCalendarOverlayFrame.js';