sass-template-common 0.9.216 → 0.9.217

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.
@@ -2046,7 +2046,7 @@ export declare interface NewsResponse {
2046
2046
  export declare const NextPrev: FC<Props_36>;
2047
2047
 
2048
2048
  export declare type NoteShare = {
2049
- variant: 'outline' | 'container';
2049
+ variant: 'outline' | 'container' | 'custom';
2050
2050
  options?: Array<NoteShareOption>;
2051
2051
  url: string;
2052
2052
  googleProfile?: {