Skip to content

Commit

Permalink
Merge pull request #439 from Automattic/add/radio-group-chip-to-export
Browse files Browse the repository at this point in the history
Add RadioGroupChip to exported components
  • Loading branch information
djalmaaraujo authored Aug 27, 2024
2 parents 8b8accd + f6cb054 commit 6670eab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/system/Form/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { InputWithCopyButton } from './InputWithCopyButton';
import { Label } from './Label';
import { Radio } from './Radio/Radio';
import { RadioBoxGroup } from './RadioBoxGroup';
import { RadioGroupChip } from './RadioGroupChip';
import { Textarea } from './Textarea';
import { Toggle } from './Toggle';
import { ToggleRow } from './ToggleRow';
Expand All @@ -18,6 +19,7 @@ export {
Label,
Radio,
RadioBoxGroup,
RadioGroupChip,
Textarea,
Toggle,
ToggleRow,
Expand Down
2 changes: 2 additions & 0 deletions src/system/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import {
Validation,
Radio,
RadioBoxGroup,
RadioGroupChip,
Textarea,
Checkbox,
} from './Form';
Expand Down Expand Up @@ -105,6 +106,7 @@ export {
LinkExternal,
Radio,
RadioBoxGroup,
RadioGroupChip,
Textarea,
Progress,
Text,
Expand Down

0 comments on commit 6670eab

Please sign in to comment.