Skip to content

Commit 9983f27

Browse files
committed
Fix #817 - Remove redundant declaration of ref type
1 parent d205eb0 commit 9983f27

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

generatedTypes/components/text/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export declare type TextPropTypes = TextProps & TypographyModifiers & ColorsModi
2626
* Use Animated.Text as a container
2727
*/
2828
animated?: boolean;
29-
ref?: any;
3029
textAlign?: string;
3130
};
3231
declare type PropsTypes = BaseComponentInjectedProps & ForwardRefInjectedProps & TextPropTypes;

src/components/text/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ export type TextPropTypes = TextProps & TypographyModifiers & ColorsModifiers &
3838
* Use Animated.Text as a container
3939
*/
4040
animated?: boolean;
41-
42-
ref?: any;
4341
textAlign?: string;
4442
}
4543

0 commit comments

Comments
 (0)