sass-template-common 0.1.30 → 0.1.32

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.
@@ -740,6 +740,8 @@ export declare function getVideoRealPath(pathname: string): {
740
740
 
741
741
  export declare const GTM: () => "" | JSX.Element | undefined;
742
742
 
743
+ export declare function handleGetComments({ publication, path, size, sizereply, id, lastid, state, apiToken, }: GetCommentsParams): Promise<any>;
744
+
743
745
  export declare interface Hascontent {
744
746
  hasgalleryvideosflash: boolean;
745
747
  hasgalleryvideosyoutube: boolean;