# BaseText

BaseText is a text component that standardizes on typography provided through theme via @metamask/design-tokens library.

## Props

This component extends `TextProps` from React Native's [Text Component](https://reactnative.dev/docs/text).

### `variant`

Enum to select between Typography variants.

| <span style="color:gray;font-size:14px">TYPE</span> | <span style="color:gray;font-size:14px">REQUIRED</span> |
| :-------------------------------------------------- | :------------------------------------------------------ |
| [BaseTextVariant](./BaseText.types.ts#L6)           | Yes                                                     |
