We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce2742 commit e43b311Copy full SHA for e43b311
index.d.ts
@@ -2574,8 +2574,9 @@ export type TextTableHeaderCellOwnProps = TableCellOwnProps & {
2574
export type TextTableHeaderCellProps = PolymorphicBoxProps<'div', TextTableHeaderCellOwnProps>
2575
export declare const TextTableHeaderCell: BoxComponent<TextTableHeaderCellOwnProps, 'div'>
2576
2577
+type TextPropsSize = 300 | 400 | 500 | 600 | 'small' | 'medium' | 'large'
2578
export type TextOwnProps = {
- size?: Size
2579
+ size?: TextPropsSize
2580
fontFamily?: FontFamily | string
2581
}
2582
0 commit comments