()
| 2 | import { photo } from '../utils/common' |
| 3 | |
| 4 | function AvatarExample() { |
| 5 | return ( |
| 6 | <div style={{ width: 50, height: 50 }}> |
| 7 | <Avatar size={{ width: 20, height: 10 }} type='circle' src={`data:image/png;base64,${photo(20)}`} /> |
| 8 | </div> |
| 9 | ) |
| 10 | } |
| 11 | |
| 12 | export default AvatarExample |
nothing calls this directly
no test coverage detected
searching dependent graphs…