clash_for_linux/dashboard/public/assets/Select.6c389032.js

2 lines
260 B
JavaScript
Raw Normal View History

import{j as s}from"./index.171f553a.js";const o="_select_13zm8_1",r={select:o};function i({options:t,selected:c,onChange:l}){return s("select",{className:r.select,value:c,onChange:l,children:t.map(([e,n])=>s("option",{value:e,children:n},e))})}export{i as S};