FontSizeopen in new window
FontSize
はフォントの大きさを表す型です。実態は string
と number
の共用型です。
通常 CSS の font-size
open in new window と同じ値を受け付けます。
サンプル
import { FontSize } from 'qratch'
const px10: FontSize = 10
const rem3: FontSize = '3rem'
1
2
3
4
2
3
4
FontSize
はフォントの大きさを表す型です。実態は string
と number
の共用型です。
通常 CSS の font-size
open in new window と同じ値を受け付けます。
import { FontSize } from 'qratch'
const px10: FontSize = 10
const rem3: FontSize = '3rem'