master: change repo
This commit is contained in:
5
src/models/IColor.ts
Normal file
5
src/models/IColor.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default interface IColor {
|
||||
label: string | null
|
||||
value: string | null
|
||||
darkValue?: string | null
|
||||
}
|
||||
Reference in New Issue
Block a user