use-placeholder.d.ts 236 B

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