mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-07 08:45:00 +00:00
Add missing colon
This commit is contained in:
Vendored
+1
-1
@@ -319,7 +319,7 @@ export interface TextSpecificProps extends CommonPathProps, FontProps {
|
||||
export interface TextProps extends TextSpecificProps {
|
||||
dx?: NumberProp,
|
||||
dy?: NumberProp,
|
||||
opacity? NumberProp,
|
||||
opacity?: NumberProp,
|
||||
}
|
||||
export const Text: React.ComponentClass<TextProps>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user