{"version":3,"file":"static/js/custom-checkbox.a9d24cfa.chunk.js","mappings":"sLAiBO,MAAMA,EAAWC,IAIF,IAJG,UACvBC,EAAY,GAAE,KACdC,EAAO,aACJC,GACWH,EACd,OACEI,EAAAA,EAAAA,KAAAC,EAAAA,QAAA,IAAiBF,EAAOF,UAAY,GAAEA,eAAuBC,KAAU,C","sources":["newcomponents/UI/Checkbox/index.tsx"],"sourcesContent":["import {\n Checkbox as AntCheckbox,\n CheckboxProps as AntCheckboxProps\n} from 'antd';\nimport './index.less';\n\ntype CheckboxProps = Omit & {\n className?: string;\n size?: 'small' | 'medium' | 'large' | 'default';\n};\n\nexport interface CheckboxRef {\n focus: (options?: FocusOptions) => void;\n blur: () => void;\n input: HTMLInputElement | null;\n}\n\nexport const Checkbox = ({\n className = '',\n size = 'default',\n ...props\n}: CheckboxProps) => {\n return (\n \n );\n};\n"],"names":["Checkbox","_ref","className","size","props","_jsx","_Checkbox"],"sourceRoot":""}