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;