sass-template-common 0.9.176 → 0.9.178

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.
@@ -795,7 +795,7 @@ export declare type FetchConfig = {
795
795
 
796
796
  export declare const Font: ({ config }: {
797
797
  config: Config;
798
- }) => JSX.Element;
798
+ }) => JSX.Element | null;
799
799
 
800
800
  export declare const Footer: FC<Props_33>;
801
801