UNPKG

@mescius/dsimageviewer

Version:

Document Solutions Image Viewer

8 lines (7 loc) 244 B
export declare function decodeBmp(source: any, { width: iconWidth, height: iconHeight, icon }?: { width?: number | undefined; height?: number | undefined; icon?: boolean | undefined; }): ImageData & { colorDepth: any; };