ant-design-vue/components/_util/static-style-extract/interface.ts

4 lines
96 B
TypeScript

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