Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/components/src/spectrum/buttons.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export {
ActionButton,
type SpectrumActionButtonProps as ActionButtonProps,
// Button - we want to use our own `Button` component instead of Spectrum's
Button as SpectrumButton,
type SpectrumButtonProps,
ButtonGroup,
type SpectrumButtonGroupProps as ButtonGroupProps,
// FileTrigger - we aren't planning to support this component
Expand Down
3 changes: 2 additions & 1 deletion packages/components/src/spectrum/forms.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export {
// Checkbox - we want to use our own `Checkbox` component instead of Spectrum's
Checkbox as SpectrumCheckbox,
type SpectrumCheckboxProps,
CheckboxGroup,
type SpectrumCheckboxGroupProps as CheckboxGroupProps,
Form,
Expand Down