我正在使用JSS並希望使用強型別鍵和值定義一個 style 物件,而不需要定義兩次鍵。 首次嘗試: const style: Record<string, CSSProperties> = { root: { background: ...
確定! 回上一頁