refactor: use array syntax
This commit is contained in:
parent
d643ce2646
commit
7bd86d73e6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ interface ColorDict {
|
||||||
}
|
}
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
colors: Array<ColorDict>;
|
colors: ColorDict[];
|
||||||
}
|
}
|
||||||
|
|
||||||
defineProps<Props>();
|
defineProps<Props>();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue