@sproutsocial/seeds-color 1.6.2 → 1.6.3
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.
- package/dist/seeds-color.d.ts +2 -0
- package/package.json +1 -1
package/dist/seeds-color.d.ts
CHANGED
|
@@ -136,3 +136,5 @@ export const COLOR_BAMBU_TEAL_600: string;
|
|
|
136
136
|
export const COLOR_BAMBU_TEAL_700: string;
|
|
137
137
|
export const COLOR_BAMBU_YELLOW_500: string;
|
|
138
138
|
export const COLOR_BAMBU_YELLOW_600: string;
|
|
139
|
+
declare const defaultExport: {[index:string]: string};
|
|
140
|
+
export default defaultExport;
|