Type alias RulerValue

RulerValue: {
    at: ((ddpi?) => RulerValue);
    cm: number;
    cms: string;
    in: number;
    ins: string;
    mm: number;
    mms: string;
    px: number;
    pxs: string;
}

Type declaration

  • at: ((ddpi?) => RulerValue)
  • cm: number
  • cms: string
  • in: number
  • ins: string
  • mm: number
  • mms: string
  • px: number
  • pxs: string

Generated using TypeDoc