Export non-polymorphic text component

This commit is contained in:
jeffvli 2023-01-05 19:54:59 -08:00
parent ad3728a55d
commit 1963e93d2e

View file

@ -33,7 +33,7 @@ const StyledText = styled(MantineText)<TextProps>`
} }
`; `;
const _Text = ({ children, $secondary, overflow, font, $noSelect, ...rest }: TextProps) => { export const _Text = ({ children, $secondary, overflow, font, $noSelect, ...rest }: TextProps) => {
return ( return (
<StyledText <StyledText
$noSelect={$noSelect} $noSelect={$noSelect}