UNPKG

yanyan-ui

Version:

适用于vue3的前端xy组件库

2 lines 131 B
export type inputSize = 'small' | 'default' | 'large'; export type textChangeSizeType = 'none' | 'both' | 'horizontal'|'vertical';