Skip to content

Commit 03880c8

Browse files
committed
fix: remove CheckboxContext export
1 parent d7d015a commit 03880c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {VisuallyHidden} from '@accessible/visually-hidden'
33
import useSwitch from '@react-hook/switch'
44
import clsx from 'clsx'
55

6-
export const CheckboxContext = React.createContext<CheckboxContextValue>({
6+
const CheckboxContext = React.createContext<CheckboxContextValue>({
77
checked: false,
88
check: noop,
99
uncheck: noop,

0 commit comments

Comments
 (0)