We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d205eb0 commit 9983f27Copy full SHA for 9983f27
generatedTypes/components/text/index.d.ts
@@ -26,7 +26,6 @@ export declare type TextPropTypes = TextProps & TypographyModifiers & ColorsModi
26
* Use Animated.Text as a container
27
*/
28
animated?: boolean;
29
- ref?: any;
30
textAlign?: string;
31
};
32
declare type PropsTypes = BaseComponentInjectedProps & ForwardRefInjectedProps & TextPropTypes;
src/components/text/index.tsx
@@ -38,8 +38,6 @@ export type TextPropTypes = TextProps & TypographyModifiers & ColorsModifiers &
38
39
40
41
-
42
43
44
}
45
0 commit comments