2
0

added gradient definitions

This commit is contained in:
2018-05-12 15:35:45 +02:00
parent 034f70c982
commit 2975a6c5de
6 changed files with 50 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
export interface Param {
colors: {
start: string,
end: string
};
}