【发布时间】:2018-11-30 21:45:10
【问题描述】:
说我有
type TypeMsAnimationDuration =
| 75
| 100
| 150
| 200
| 250
| 300
| 350
| 500;
const cssInJs = css`transition: all ${999}ms;`
如何确保值 '999' 是 TypeMsAnimationDuration 的值?
【问题讨论】:
标签: typescript styled-components emotion