mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Export non-polymorphic text component
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user