react-native-elements
Version:
React Native Elements & UI Toolkit
18 lines (17 loc) • 2.1 kB
TypeScript
/// <reference types="react" />
import { LinearProgressProps } from './LinearProgress';
declare const _default: import("react").FunctionComponent<Pick<{
value?: number;
variant?: "determinate" | "indeterminate";
color?: string;
trackColor?: string;
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
} & import("react-native").ViewProps & Partial<import("../config").ThemeProps<LinearProgressProps>>, "style" | "onLayout" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "color" | "nativeID" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "pointerEvents" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "value" | "trackColor" | "variant">> | import("react").ForwardRefExoticComponent<{
value?: number;
variant?: "determinate" | "indeterminate";
color?: string;
trackColor?: string;
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
} & import("react-native").ViewProps & Partial<import("../config").ThemeProps<LinearProgressProps>>>;
export default _default;
export type { LinearProgressProps };