UNPKG

vant

Version:

Mobile UI Components built on Vue

4 lines (3 loc) 236 B
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;