Skip to content

Commit

Permalink
chore: type in list and hiddenLogos
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Feb 17, 2024
1 parent 8f7760a commit 0e23ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0e23ef3

Please sign in to comment.