Merge pull request #1470 from ing-bank/feat/calendar-frame
feat(input-datepicker): export calendar overlay frame
This commit is contained in:
commit
d30e319614
2 changed files with 6 additions and 0 deletions
5
.changeset/odd-fans-clap.md
Normal file
5
.changeset/odd-fans-clap.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@lion/input-datepicker': patch
|
||||
---
|
||||
|
||||
Export LionCalendarOverlayFrame as a good starter frame for subclassers.
|
||||
|
|
@ -1 +1,2 @@
|
|||
export { LionInputDatepicker } from './src/LionInputDatepicker.js';
|
||||
export { LionCalendarOverlayFrame } from './src/LionCalendarOverlayFrame.js';
|
||||
|
|
|
|||
Loading…
Reference in a new issue