Skip to content

Commit

Permalink
fix(element): add checkbox default export
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jan 20, 2022
1 parent 4625a01 commit 98f7ebc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/element/src/checkbox/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,5 @@ const CheckboxGroup = connect(
export const Checkbox = composeExport(connect(CheckboxOption), {
Group: CheckboxGroup,
})

export default Checkbox

0 comments on commit 98f7ebc

Please sign in to comment.