37c4427261643c4e6b60c260cf4747db439f77c438ce87e1566d443b8d40771c1295254948f4dfb9da27eb80c36a6decc854b6328db786ef1ca7cb579b7b33 548 B

12345678
  1. import type { CSSProperties } from 'vue';
  2. /** converting camel-cased strings to be lowercase and link it with Separator */
  3. export declare function toLowercaseSeparator(key: string): string;
  4. export declare function getStyleStr(style: CSSProperties): string;
  5. /** Returns the ratio of the device's physical pixel resolution to the css pixel resolution */
  6. export declare function getPixelRatio(): number;
  7. /** Whether to re-render the watermark */
  8. export declare const reRendering: (mutation: MutationRecord, watermarkElement?: HTMLElement) => boolean;