Update src/components/Select/types.ts

This commit is contained in:
Ilya Artamonov
2023-06-16 10:55:57 +03:00
committed by GitHub
parent 20af382076
commit 1a8b894592

View File

@@ -1,4 +1,4 @@
export type OptionsType = { export type OptionsType = {
value: string, value: string,
name: string, name: string,
} }