UNPKG

element-plus

Version:

A Component Library for Vue 3

16 lines (15 loc) 1.15 kB
import type { ExtractPropTypes } from 'vue'; export declare const imageViewerProps: { readonly urlList: import("element-plus/es/utils").BuildPropReturn<import("element-plus/es/utils").PropWrapper<string[]>, () => [], unknown, unknown, unknown>; readonly zIndex: import("element-plus/es/utils").BuildPropReturn<NumberConstructor, unknown, unknown, unknown, unknown>; readonly initialIndex: import("element-plus/es/utils").BuildPropReturn<NumberConstructor, 0, unknown, unknown, unknown>; readonly infinite: import("element-plus/es/utils").BuildPropReturn<BooleanConstructor, true, unknown, unknown, unknown>; readonly hideOnClickModal: import("element-plus/es/utils").BuildPropReturn<BooleanConstructor, false, unknown, unknown, unknown>; readonly teleported: import("element-plus/es/utils").BuildPropReturn<BooleanConstructor, false, unknown, unknown, unknown>; }; export declare type ImageViewerProps = ExtractPropTypes<typeof imageViewerProps>; export declare const imageViewerEmits: { close: () => boolean; switch: (index: number) => boolean; }; export declare type ImageViewerEmits = typeof imageViewerEmits;