mengetik referensi

const fruitList: React.RefObject<string[]> = useRef([])
Coder Cuttlefish