@draftbit/core 55.0.1-ee0a64.2 → 55.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { PathProps } from "react-native-svg";
|
|
2
|
+
import { Path, PathProps } from "react-native-svg";
|
|
3
3
|
import { ValueProgressProps, CircularProgressProps } from "../ProgressCommon";
|
|
4
|
-
export declare const AnimatedPath:
|
|
4
|
+
export declare const AnimatedPath: import("react-native-reanimated/lib/typescript/createAnimatedComponent").AnimatedComponentType<Readonly<PathProps | Readonly<PathProps>>, typeof Path>;
|
|
5
5
|
export declare const CircularProgress: React.FC<ValueProgressProps & CircularProgressProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { LineProps } from "react-native-svg";
|
|
2
|
+
import { Line, LineProps } from "react-native-svg";
|
|
3
3
|
import { ValueProgressProps } from "../ProgressCommon";
|
|
4
|
-
export declare const AnimatedLine:
|
|
4
|
+
export declare const AnimatedLine: import("react-native-reanimated/lib/typescript/createAnimatedComponent").AnimatedComponentType<Readonly<LineProps | Readonly<LineProps>>, typeof Line>;
|
|
5
5
|
export declare const LinearProgress: React.FC<ValueProgressProps>;
|