fix(range): interfaces are now correctly exported (#25342)

resolves #25341
This commit is contained in:
Liam DeBeasi
2022-05-24 15:02:15 -04:00
committed by GitHub
parent 9e5b10a215
commit 15f0c0669f
3 changed files with 14 additions and 0 deletions

View File

@ -115,6 +115,11 @@ export {
RadioGroupCustomEvent,
RadioGroupChangeEventDetail,
RangeCustomEvent,
RangeChangeEventDetail,
RangeKnobMoveStartEventDetail,
RangeKnobMoveEndEventDetail,
RefresherCustomEvent,
RefresherEventDetail,