UNPKG

@legendapp/motion

Version:
19 lines (18 loc) 7.08 kB
import * as RNSvg from 'react-native-svg'; export declare namespace MotionSvg { const Svg: ((RNSvg.SvgProps | Readonly<RNSvg.SvgProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Svg, import("react-native").ViewStyle, any, any, {}>) & import("react").RefAttributes<RNSvg.Svg> & (<TAnimate = unknown, TAnimateProps = unknown>(props: (RNSvg.SvgProps | Readonly<RNSvg.SvgProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Svg, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null); const Polygon: ((RNSvg.PolygonProps | Readonly<RNSvg.PolygonProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Polygon, unknown, any, any, {}>) & import("react").RefAttributes<RNSvg.Polygon> & (<TAnimate = unknown, TAnimateProps = unknown>(props: (RNSvg.PolygonProps | Readonly<RNSvg.PolygonProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Polygon, unknown, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null); const Rect: ((RNSvg.RectProps | Readonly<RNSvg.RectProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Rect, unknown, any, any, {}>) & import("react").RefAttributes<RNSvg.Rect> & (<TAnimate = unknown, TAnimateProps = unknown>(props: (RNSvg.RectProps | Readonly<RNSvg.RectProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Rect, unknown, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null); const Circle: ((RNSvg.CircleProps | Readonly<RNSvg.CircleProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Circle, unknown, any, any, {}>) & import("react").RefAttributes<RNSvg.Circle> & (<TAnimate = unknown, TAnimateProps = unknown>(props: (RNSvg.CircleProps | Readonly<RNSvg.CircleProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Circle, unknown, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null); const Ellipse: ((RNSvg.EllipseProps | Readonly<RNSvg.EllipseProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Ellipse, unknown, any, any, {}>) & import("react").RefAttributes<RNSvg.Ellipse> & (<TAnimate = unknown, TAnimateProps = unknown>(props: (RNSvg.EllipseProps | Readonly<RNSvg.EllipseProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Ellipse, unknown, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null); const Line: ((RNSvg.LineProps | Readonly<RNSvg.LineProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Line, unknown, any, any, {}>) & import("react").RefAttributes<RNSvg.Line> & (<TAnimate = unknown, TAnimateProps = unknown>(props: (RNSvg.LineProps | Readonly<RNSvg.LineProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Line, unknown, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null); const Polyline: ((RNSvg.PolylineProps | Readonly<RNSvg.PolylineProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Polyline, unknown, any, any, {}>) & import("react").RefAttributes<RNSvg.Polyline> & (<TAnimate = unknown, TAnimateProps = unknown>(props: (RNSvg.PolylineProps | Readonly<RNSvg.PolylineProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Polyline, unknown, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null); const Path: ((RNSvg.PathProps | Readonly<RNSvg.PathProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Path, unknown, any, any, {}>) & import("react").RefAttributes<RNSvg.Path> & (<TAnimate = unknown, TAnimateProps = unknown>(props: (RNSvg.PathProps | Readonly<RNSvg.PathProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Path, unknown, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null); const Text: ((RNSvg.TextProps | Readonly<RNSvg.TextProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Text, unknown, any, any, {}>) & import("react").RefAttributes<RNSvg.Text> & (<TAnimate = unknown, TAnimateProps = unknown>(props: (RNSvg.TextProps | Readonly<RNSvg.TextProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.Text, unknown, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null); const TSpan: ((RNSvg.TSpanProps | Readonly<RNSvg.TSpanProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.TSpan, unknown, any, any, {}>) & import("react").RefAttributes<RNSvg.TSpan> & (<TAnimate = unknown, TAnimateProps = unknown>(props: (RNSvg.TSpanProps | Readonly<RNSvg.TSpanProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.TSpan, unknown, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null); const TextPath: ((RNSvg.TextPathProps | Readonly<RNSvg.TextPathProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.TextPath, unknown, any, any, {}>) & import("react").RefAttributes<RNSvg.TextPath> & (<TAnimate = unknown, TAnimateProps = unknown>(props: (RNSvg.TextPathProps | Readonly<RNSvg.TextPathProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.TextPath, unknown, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null); const G: ((RNSvg.GProps | Readonly<RNSvg.GProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.G, unknown, any, any, {}>) & import("react").RefAttributes<RNSvg.G<unknown>> & (<TAnimate = unknown, TAnimateProps = unknown>(props: (RNSvg.GProps | Readonly<RNSvg.GProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.G, unknown, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null); const ClipPath: ((RNSvg.ClipPathProps | Readonly<RNSvg.ClipPathProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.ClipPath, unknown, any, any, {}>) & import("react").RefAttributes<RNSvg.ClipPath> & (<TAnimate = unknown, TAnimateProps = unknown>(props: (RNSvg.ClipPathProps | Readonly<RNSvg.ClipPathProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.ClipPath, unknown, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null); const LinearGradient: ((RNSvg.LinearGradientProps | Readonly<RNSvg.LinearGradientProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.LinearGradient, unknown, any, any, {}>) & import("react").RefAttributes<RNSvg.LinearGradient> & (<TAnimate = unknown, TAnimateProps = unknown>(props: (RNSvg.LinearGradientProps | Readonly<RNSvg.LinearGradientProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.LinearGradient, unknown, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null); const RadialGradient: ((RNSvg.RadialGradientProps | Readonly<RNSvg.RadialGradientProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.RadialGradient, unknown, any, any, {}>) & import("react").RefAttributes<RNSvg.RadialGradient> & (<TAnimate = unknown, TAnimateProps = unknown>(props: (RNSvg.RadialGradientProps | Readonly<RNSvg.RadialGradientProps>) & import("./Interfaces").MotionComponentProps<typeof RNSvg.RadialGradient, unknown, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null); }