Skip to content

Commit 0e22d11

Browse files
authored
feat: Re-export Spectrum button and checkbox (#2039)
Re-export Spectrum button and checkbox
1 parent 3344c76 commit 0e22d11

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/components/src/spectrum/buttons.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
export {
22
ActionButton,
33
type SpectrumActionButtonProps as ActionButtonProps,
4-
// Button - we want to use our own `Button` component instead of Spectrum's
4+
Button as SpectrumButton,
5+
type SpectrumButtonProps,
56
ButtonGroup,
67
type SpectrumButtonGroupProps as ButtonGroupProps,
78
// FileTrigger - we aren't planning to support this component

packages/components/src/spectrum/forms.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export {
2-
// Checkbox - we want to use our own `Checkbox` component instead of Spectrum's
2+
Checkbox as SpectrumCheckbox,
3+
type SpectrumCheckboxProps,
34
CheckboxGroup,
45
type SpectrumCheckboxGroupProps as CheckboxGroupProps,
56
Form,

0 commit comments

Comments
 (0)