Merge pull request #1470 from ing-bank/feat/calendar-frame

feat(input-datepicker): export calendar overlay frame
This commit is contained in:
Thijs Louisse 2021-07-26 23:37:40 +02:00 committed by GitHub
commit d30e319614
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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';