import { Text } from "@smartacteam/react-native-ui";
<Text size_xl weight_semibold>Title</Text>
| Name | Type | Required | Description |
|---|---|---|---|
children | string | No | The inner text content. |
title | boolean | No | Default title text style. |
description | boolean | No | Default description text style. |
| (…) | (Inherited) | Props from BaseSmacTextStyling and TextProps. |
ℹ️ For full details, see the definitions of
BaseSmacTextStylingandTextProps.