From 0e23ef35222608c852cee976cf1bc2fc4b96e67e Mon Sep 17 00:00:00 2001 From: lucasferreiralimax Date: Fri, 16 Feb 2024 21:00:38 -0300 Subject: [PATCH] chore: type in list and hiddenLogos --- src/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types.ts b/src/types.ts index 77b6c76..01c4063 100644 --- a/src/types.ts +++ b/src/types.ts @@ -2,8 +2,8 @@ import type { SvgProps } from 'react-native-svg'; export type Props = { name?: string; - list?: any; - hiddenLogos?: any; + list?: string[]; + hiddenLogos?: string[]; hiddenLabel?: boolean; flatList?: boolean; rounded?: boolean;