@td-design/react-native
Version:
react-native UI组件库
9 lines • 411 B
TypeScript
/// <reference types="react-native-reanimated" />
import { ProgressProps } from './type';
export default function useLineProgress({ width, strokeWidth, value, unit, }: Pick<ProgressProps, 'width' | 'strokeWidth' | 'value' | 'unit'>): {
textLabel: import("react-native-reanimated").SharedValue<string>;
animatedProps: Partial<{
x2: number;
}>;
};
//# sourceMappingURL=useLineProgress.d.ts.map