import * as ISO from ">able/iso-elements.tsx"; import React from "react"; const Custom =()=>{ const [countGet, countSet] = React.useState(5) return

countSet(countGet+1)}>CUSTOM {countGet}

; } export default ()=>

App

;