Skip to content

Commit 413baec

Browse files
committed
fix: color picker export
1 parent a12aa30 commit 413baec

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • packages/components/src/spectrum

packages/components/src/spectrum/forms.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
export {
22
Checkbox as SpectrumCheckbox,
33
type SpectrumCheckboxProps,
4+
ColorEditor,
5+
type SpectrumColorEditorProps as ColorEditorProps,
6+
ColorPicker,
7+
type SpectrumColorPickerProps as ColorPickerProps,
48
Form,
59
type SpectrumFormProps as FormProps,
610
NumberField,

0 commit comments

Comments
 (0)