deepseek-pc/node_modules/naive-ui/es/_utils/vue/create-ref-setter.d.ts

3 lines
108 B
TypeScript
Raw Normal View History

2025-02-28 19:43:11 +08:00
import type { Ref } from 'vue';
export declare function createRefSetter(ref: Ref<HTMLElement | null>): any;