import { IUser } from '@/types/user' import { useAtom } from 'jotai' import { useStyle } from './style.ts' import { Checkbox } from 'antd' export const Item = ( props: { value: IUser, onChange:( value: IUser)=>void } )=>{ const { styles } = useStyle() return (