I don't believe this is possible. You could however try the following:
const height = {
header: { data: '100px',
inner: {icon: '20px', text: '25px'}
}
}
or
const height = {
header: ['100px',
{icon: '20px', text: '25px'}
]
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…