deepseek-pc/node_modules/naive-ui/es/_utils/vue/get-first-slot-vnode.d.ts

3 lines
153 B
TypeScript
Raw Permalink Normal View History

2025-02-28 19:43:11 +08:00
import { type Slots, type VNode } from 'vue';
export declare function getFirstSlotVNode(slots: Slots, slotName?: string, props?: unknown): VNode | null;