hive-react-kit 1.11.2 → 1.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -61,6 +61,7 @@ export declare const IMG_URL_REGEX: RegExp;
61
61
  export declare const URL_REGEX: RegExp;
62
62
  export declare const MENTION_REGEX: RegExp;
63
63
  export declare const HASHTAG_REGEX: RegExp;
64
+ export declare function proxyHeicUrl(url: string): string;
64
65
  export declare function parseJsonMetadata(jm: unknown): Record<string, unknown>;
65
66
  export declare function hasHivesuiteFamilyTag(post: Post): boolean;
66
67
  export declare function extractTagsFromMeta(post: Post): string[];