Skip to content

Commit

Permalink
Comment (#1989)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed May 15, 2024
1 parent ccf7dcd commit 55e9a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/spectrum/forms.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
export {
// Checkbox can't be re-exported as it collides with DH component
// Checkbox - we want to use our own `Checkbox` component instead of Spectrum's
CheckboxGroup,
type SpectrumCheckboxGroupProps as CheckboxGroupProps,
Form,
type SpectrumFormProps as FormProps,
NumberField,
type SpectrumNumberFieldProps as NumberFieldProps,
// Radio - re-export once we re-export RadioGroup
// RadioGroup - can't be re-exported as it collides with DH component
// RadioGroup - we need to replace references to our DH `RadioGroup` before we can re-export
RangeSlider,
type SpectrumRangeSliderProps as RangeSliderProps,
Slider,
Expand Down

0 comments on commit 55e9a71

Please sign in to comment.