import UIEvents from './UIEvents'; const VectorWight = { // 加粗 Bold: 'Bold', // 变细 Thinning: 'Thinning', }; export default VectorWight;