aboutsummaryrefslogtreecommitdiff
path: root/dist/image_type.d.ts
blob: 93aa7672b8a85fe21310e41f09991dfc61e70274 (plain)
1
2
3
4
5
6
7
8
9
/**
 * ImageType
 */
export type ImageType = string;
export namespace ImageType {
    let PNG: string;
    let JPEG: string;
    let PDF: string;
}