UNPKG

roninz-form

Version:

基于element-plus的数据驱动表单组件,常用于可视化项目或表单较多的中台项目

9 lines (8 loc) 207 B
import type { CheckboxProps } from 'element-plus'; export type RCheckboxProps = { options: (CheckboxProps & { value: ModelValue; })[]; type?: 'button' | 'group'; border?: boolean; };