chore: back to text props
This commit is contained in:
parent
b6c1ad87e6
commit
9f43ed49c0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue