(type: string)
| 107 | }) |
| 108 | |
| 109 | const setCustom = (type: string) => { |
| 110 | downloadType.current = type |
| 111 | setIsReady(true) |
| 112 | setIsSelect(false) |
| 113 | } |
| 114 | |
| 115 | const handleOkModal = () => { |
| 116 | const selector = document.querySelector<HTMLElement>(".codebox-current") |