sass-template-common 0.0.10 → 0.0.12

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.
@@ -719,6 +719,11 @@ export declare const getSlugs: {
719
719
 
720
720
  export declare const getTypeOfNews: (props: Props) => string;
721
721
 
722
+ export declare function getVideoRealPath(pathname: string): {
723
+ path: string;
724
+ op: string;
725
+ };
726
+
722
727
  export declare const GTM: ({ id }: {
723
728
  id?: string;
724
729
  }) => JSX.Element;