Type name

This commit is contained in:
Nate Butler 2022-03-31 23:42:45 -04:00
parent e990b46b9d
commit 1d42cbcf42

View file

@ -62,6 +62,7 @@ export interface Syntax {
}; };
export default interface Theme { export default interface Theme {
name: string;
backgroundColor: { backgroundColor: {
100: BackgroundColor; 100: BackgroundColor;
300: BackgroundColor; 300: BackgroundColor;