UNPKG

tass-ui

Version:

A high quality UI Toolkit built on Vue.js3+.

9 lines (8 loc) 185 B
/** * @name: interface.d.ts * @author: cxy * @date: 2023/2/12 18:16 * @description:interface.d.ts * @update: 2023/2/12 18:16 */ export type DropdownSize = 'medium' | 'small' ;