Skip to content

Commit

Permalink
Merge 05c3233 into 66f04ca
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh committed Sep 21, 2019
2 parents 66f04ca + 05c3233 commit f41191d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/framework/ui/text/text.component.tsx
Expand Up @@ -14,10 +14,12 @@ import {
StyledComponentProps,
} from '@kitten/theme';

type ChildElement = string | TextElement;

interface ComponentProps {
category?: string;
status?: string;
children?: string;
children?: ChildElement | ChildElement[];
}

export type TextProps = StyledComponentProps & RNTextProps & ComponentProps;
Expand Down

0 comments on commit f41191d

Please sign in to comment.