Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
chore(core): add exports for c-radio
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerAPfledderer committed May 18, 2023
1 parent 814286f commit 9e7f37e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@chakra-ui/c-popover": "workspace:*",
"@chakra-ui/c-popper": "workspace:*",
"@chakra-ui/c-portal": "workspace:*",
"@chakra-ui/c-radio": "workspace:*",
"@chakra-ui/c-reset": "workspace:*",
"@chakra-ui/c-scroll-lock": "workspace:*",
"@chakra-ui/c-skip-nav": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions packages/vue/src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export * from "@chakra-ui/c-portal"

// R

export * from "@chakra-ui/c-radio"
export * from "@chakra-ui/c-reset"

// S
Expand Down
7 changes: 7 additions & 0 deletions packages/vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,13 @@ export { CPortal, type CPortalProps } from "@chakra-ui/c-portal"

// R
export { CReset, cssResetStyles } from "@chakra-ui/c-reset"
export {
CRadio,
CRadioGroup,
type CRadioProps,
type CRadioGroupProps,
type RadioGroupContext,
} from "@chakra-ui/c-radio"

// S
export {
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e7f37e

Please sign in to comment.