{"version":3,"file":"radioPanelContext.cjs","sources":["../../../../src/components/radio-panel/radioPanelContext.tsx"],"sourcesContent":["import { createContext } from \"react\";\n\ntype Context = {\n    checkedValue?: string;\n    onValueChange?: (value: string) => void;\n};\n\nexport const context = createContext<Context>({});\n"],"names":["context","createContext"],"mappings":"sFAOaA,mBAAUC,cAAuB,CAAA"}