sass-template-common 0.0.41 → 0.0.43

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.
@@ -1446,7 +1446,10 @@ declare type Props_11 = {
1446
1446
  itemList?: ItemList[];
1447
1447
  slug: string;
1448
1448
  socials: any;
1449
- getVideos: Function;
1449
+ getVideos: {
1450
+ iframe: Function;
1451
+ schema: Function;
1452
+ };
1450
1453
  autorIcon: ReactNode;
1451
1454
  shareOnlyWhatsApp?: boolean;
1452
1455
  noteShare?: NoteShare;