Like this: render(){ var style = { "--my-css-var": 10 } as React.CSSProperties; return <div style={style}>...</div> }.
確定! 回上一頁