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.
- package/README.md +3 -3
- package/dist/sass-template-common.css +1 -1
- package/dist/sass-template-common.d.ts +2 -0
- package/dist/sass-template-common.js +5653 -4635
- package/dist/sass-template-common.umd.cjs +60 -59
- package/package.json +60 -58
|
@@ -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;
|