Utilisation d'ES6 Définit dans TypeScript

const [elements, setElements] = useState<Set<string>>(new Set())
Evergreen Tomato