UNPKG

react-native-elements

Version:
23 lines (22 loc) 2.37 kB
import React from 'react'; import { DividerProps } from '../divider/Divider'; declare const _default: React.FunctionComponent<Pick<import("react-native").ViewProps & { color?: string; inset?: boolean; insetType?: "middle" | "left" | "right"; style?: import("react-native").StyleProp<import("react-native").ViewStyle>; subHeader?: string; subHeaderStyle?: import("react-native").StyleProp<import("react-native").TextStyle>; orientation?: "horizontal" | "vertical"; width?: number; } & Partial<import("../config").ThemeProps<DividerProps>>, "style" | "onLayout" | "testID" | "width" | "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" | "inset" | "insetType" | "orientation" | "subHeader" | "subHeaderStyle">> | React.ForwardRefExoticComponent<import("react-native").ViewProps & { color?: string; inset?: boolean; insetType?: "middle" | "left" | "right"; style?: import("react-native").StyleProp<import("react-native").ViewStyle>; subHeader?: string; subHeaderStyle?: import("react-native").StyleProp<import("react-native").TextStyle>; orientation?: "horizontal" | "vertical"; width?: number; } & Partial<import("../config").ThemeProps<DividerProps>>>; export default _default;