Skip to content

Commit

Permalink
fix: remove CheckboxContext export
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde committed Jul 11, 2020
1 parent d7d015a commit 03880c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {VisuallyHidden} from '@accessible/visually-hidden'
import useSwitch from '@react-hook/switch'
import clsx from 'clsx'

export const CheckboxContext = React.createContext<CheckboxContextValue>({
const CheckboxContext = React.createContext<CheckboxContextValue>({
checked: false,
check: noop,
uncheck: noop,
Expand Down

0 comments on commit 03880c8

Please sign in to comment.