UNPKG

@flatbiz/antd

Version:
13 lines (11 loc) 230 B
export type DialogPreviewImageProps = { imageUrl: string; }; /** 图片预览 */ export declare const dialogPreviewImage: { show: (props: DialogPreviewImageProps) => { close: () => void; }; hiden: () => void; }; export {};