export type inputSize = 'small' | 'default' | 'large';
export type textChangeSizeType = 'none' | 'both' | 'horizontal'|'vertical';