We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62ccd1 commit da3479dCopy full SHA for da3479d
src/index.ts
@@ -90,10 +90,12 @@ export type {
90
WeekDays,
91
} from './components/calendar/types.js';
92
export { DateRangeType } from './components/calendar/types.js';
93
+export type { CheckboxChangeEventArgs } from './components/checkbox/checkbox-base.js';
94
export type {
95
DatePart,
96
DatePartDeltas,
97
} from './components/date-time-input/date-util.js';
98
+export type { RadioChangeEventArgs } from './components/radio/radio.js';
99
export type { IgcRangeSliderValue } from './components/slider/range-slider.js';
100
101
IgcActiveStepChangingArgs,
0 commit comments