ether-admin/node_modules/ant-design-vue/es/_util/static-style-extract/interface.d.ts

3 lines
95 B
TypeScript

import type { VueNode } from '../type';
export type CustomRender = (node: VueNode) => VueNode;