移除 Header、Footer 按需引入
This commit is contained in:
6
types/optgroup.d.ts
vendored
6
types/optgroup.d.ts
vendored
@@ -3,7 +3,11 @@ import { VxeOptionProps, VxeOptionPropTypes } from './option'
|
||||
|
||||
/**
|
||||
* 组件 - 下拉框选项分组
|
||||
* @example import { Optgroup as VxeOptgroup } from 'vxe-table'
|
||||
* @example import { VxeOptgroup } from 'vxe-table'
|
||||
*/
|
||||
export const VxeOptgroup: VXEComponent<VxeOptgroupProps>
|
||||
/**
|
||||
* 组件 - 下拉框选项分组
|
||||
*/
|
||||
export const Optgroup: VXEComponent<VxeOptgroupProps>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user