sass-template-common 0.3.136 → 0.3.138
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.
|
@@ -2005,6 +2005,8 @@ declare type Props_43 = {
|
|
|
2005
2005
|
autor: AutorInfo;
|
|
2006
2006
|
autorIcon: any;
|
|
2007
2007
|
className?: string;
|
|
2008
|
+
/** Si true, usa iconos rellenos (filled) para redes sociales en lugar de outline */
|
|
2009
|
+
socialIconsFilled?: boolean;
|
|
2008
2010
|
};
|
|
2009
2011
|
|
|
2010
2012
|
declare type Props_44 = {
|