feat(input-datepicker): export calendar overlay frame
This commit is contained in:
parent
3edb372b06
commit
79392d8e62
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 { LionInputDatepicker } from './src/LionInputDatepicker.js';
|
||||||
|
export { LionCalendarOverlayFrame } from './src/LionCalendarOverlayFrame.js';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue