django-vue3-admin-web/node_modules/vant/lib/composables/use-lazy-render.d.ts
2025-10-20 21:21:14 +08:00

3 lines
195 B
TypeScript

import { WatchSource } from 'vue';
export declare function useLazyRender(show: WatchSource<boolean | undefined>): (render: () => JSX.Element | undefined) => () => JSX.Element | null | undefined;