import { MjmlText, MjmlTextProps, PaddingProps } from '@faire/mjml-react' import React from 'react' import { leadingRelaxed, textBase } from '../theme' export const Text = (props: MjmlTextProps & PaddingProps) => ( {props.children} )