@nextcloud/vue
Version:
Nextcloud vue components
25 lines (24 loc) • 931 B
TypeScript
type __VLS_Props = {
/**
* The blur hash value to use.
*/
hash: string;
/**
* This is normally not needed, but if this blur hash is not only intended
* for decorative purpose, descriptive text should be passed for accessibility.
*/
alt?: string;
/**
* Optional an image source to load, during the load the blur hash is shown.
* As soon as it is loaded the image will be shown instead.
*/
src?: string;
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
load: (args_0: boolean) => any;
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
onLoad?: ((args_0: boolean) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
canvas: HTMLCanvasElement;
}, any>;
export default _default;