Installed TS and updated linter

This commit is contained in:
Alejandro Celaya
2020-08-22 08:06:41 +02:00
parent 8be17cce8a
commit 343a93b984
7 changed files with 1983 additions and 338 deletions

View File

@@ -33,7 +33,7 @@ export default class ColorGenerator {
this.storage.set('colors', this.colors);
return color;
}
};
}
export const colorGeneratorType = PropTypes.shape({