Export non-polymorphic text component
This commit is contained in:
parent
ad3728a55d
commit
1963e93d2e
1 changed files with 1 additions and 1 deletions
|
@ -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 (
|
||||
<StyledText
|
||||
$noSelect={$noSelect}
|
||||
|
|
Reference in a new issue