SImageShowType.d.ts 90 B

12345
  1. export declare enum SImageShowType {
  2. Full = 0,
  3. AutoFit = 1,
  4. Equivalency = 2
  5. }