import type { VueNode } from '../type';

export type CustomRender = (node: VueNode) => VueNode;