From 31a196a76513df809ee91427129926370de551ba Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 14 Mar 2021 13:27:01 +0300 Subject: feat: add useOptions hook --- src/components/Select.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Select.tsx') diff --git a/src/components/Select.tsx b/src/components/Select.tsx index 18eb0ed..595208d 100644 --- a/src/components/Select.tsx +++ b/src/components/Select.tsx @@ -1,7 +1,7 @@ import React from 'react'; import { Field } from 'formik'; -interface Option { +export interface Option { key: string; label: string; } -- cgit v1.2.3