1
0
mirror of synced 2025-12-11 08:38:08 +08:00

移除 Header、Footer 按需引入

This commit is contained in:
xuliangzhan
2022-08-14 23:25:37 +08:00
parent 2692c9cfaa
commit 1eda272dbc
112 changed files with 638 additions and 429 deletions

6
types/optgroup.d.ts vendored
View File

@@ -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>