import type { VueNode } from '@antdv/ui/es/types'; export type CustomRender = (node: VueNode) => VueNode;