import { ApiEntity } from '@/views/entity/demoentity'; const base: ApiEntity = { title: '三种大小', desc: '我们为 <Input /> 输入框定义了三种尺寸(大、默认、小),高度分别为 32px、28px 和 24px。', code: ` `, }; export default base;
<Input />