UNPKG

236 BTypeScriptView Raw
1import { Ref } from 'vue';
2import type { BEM } from '../utils/create';
3export declare function usePlaceholder(contentRef: Ref<Element | undefined>, bem: BEM): (renderContent: () => JSX.Element) => import("vue/jsx-runtime").JSX.Element;