UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

11 lines 255 B
const genControlHeight = token => { const { controlHeight } = token; return { controlHeightSM: controlHeight * 0.75, controlHeightXS: controlHeight * 0.5, controlHeightLG: controlHeight * 1.25 }; }; export default genControlHeight;