mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
7 lines
114 B
TypeScript
7 lines
114 B
TypeScript
import { VXEComponent } from './component'
|
|
|
|
/**
|
|
* 组件 - 类图标库
|
|
*/
|
|
export const Icon: VXEComponent<{}>;
|