first commit
This commit is contained in:
3
node_modules/vant/es/composables/use-placeholder.d.ts
generated
vendored
Normal file
3
node_modules/vant/es/composables/use-placeholder.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import { Ref } from 'vue';
|
||||
import type { BEM } from '../utils/create';
|
||||
export declare function usePlaceholder(contentRef: Ref<Element | undefined>, bem: BEM): (renderContent: () => JSX.Element) => import("vue/jsx-runtime").JSX.Element;
|
||||
Reference in New Issue
Block a user