chore: back to text props

This commit is contained in:
GleidsonDaniel 2024-03-18 15:59:22 -03:00
parent b6c1ad87e6
commit 9f43ed49c0
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
import type { IconProps } from 'react-native-vector-icons/Icon';
import { TextProps } from 'react-native';
import { TUserStatus } from '../../definitions';
export interface IStatus extends IconProps {
export interface IStatus extends TextProps {
id: string;
size: number;
status?: TUserStatus | null;