mu7e
Results
1
comments of
mu7e
```tsx export const Text = React.forwardRef( ( { as, color, children }: TextProps, ref?: PolymorphicRef ) => { const Component = as || "span"; const style = color ? {...