import React from 'react' import {View} from 'react-native' import {atoms as a} from '#/alf' import {Text} from '#/components/Typography' import {RichText} from '#/components/RichText' export function Typography() { return ( atoms.text_5xl atoms.text_4xl atoms.text_3xl atoms.text_2xl atoms.text_xl atoms.text_lg atoms.text_md atoms.text_sm atoms.text_xs atoms.text_2xs ) }