mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 15:44:24 +00:00
removed duplicate property "opacity" from SvgProps
ReactNative.ViewProperties now has its own "opacity".
This commit is contained in:
Vendored
-1
@@ -267,7 +267,6 @@ export interface StopProps {
|
|||||||
export const Stop: React.ComponentClass<StopProps>;
|
export const Stop: React.ComponentClass<StopProps>;
|
||||||
|
|
||||||
export interface SvgProps extends ReactNative.ViewProperties {
|
export interface SvgProps extends ReactNative.ViewProperties {
|
||||||
opacity?: NumberProp,
|
|
||||||
width: NumberProp,
|
width: NumberProp,
|
||||||
height: NumberProp,
|
height: NumberProp,
|
||||||
viewBox?: string,
|
viewBox?: string,
|
||||||
|
|||||||
Reference in New Issue
Block a user