UNPKG

@builder.io/sdk-vue

Version:
49 lines (48 loc) 1.45 kB
import { isEditing } from "../../functions/is-editing"; /** * This import is used by the Svelte SDK. Do not remove. */ export interface ImgProps { attributes?: any; imgSrc?: string; image?: string; altText?: string; backgroundSize?: "cover" | "contain"; backgroundPosition?: "center" | "top" | "left" | "right" | "bottom" | "top left" | "top right" | "bottom left" | "bottom right"; aspectRatio?: number; title?: string; } declare const _default: import("vue").DefineComponent<Readonly<{ title?: any; image?: any; attributes?: any; aspectRatio?: any; backgroundPosition?: any; backgroundSize?: any; altText?: any; imgSrc?: any; }>, unknown, { isEditing: typeof isEditing; }, { srcSetToUse(): string | undefined; imgAttrs(): Record<string, any>; }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{ title?: any; image?: any; attributes?: any; aspectRatio?: any; backgroundPosition?: any; backgroundSize?: any; altText?: any; imgSrc?: any; }>>>, { readonly title?: any; readonly image?: any; readonly attributes?: any; readonly aspectRatio?: any; readonly backgroundPosition?: any; readonly backgroundSize?: any; readonly altText?: any; readonly imgSrc?: any; }, {}>; export default _default;