Skip to content

Commit

Permalink
re-export ButtonGroup (deephaven#1989)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed May 9, 2024
1 parent 7c663eb commit 5e69f6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/spectrum/buttons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ export {
ActionGroup,
type SpectrumActionGroupProps as ActionGroupProps,
// Button - can't be re-exported as it collides with DH component
// ButtonGroup - can't be re-exported as it collides with DH component
ButtonGroup,
type SpectrumButtonGroupProps as ButtonGroupProps,
// FileTrigger - we aren't planning to support this component
LogicButton,
type SpectrumLogicButtonProps as LogicButtonProps,
Expand Down

0 comments on commit 5e69f6a

Please sign in to comment.