UNPKG

@rn-vui/base

Version:
10 lines (9 loc) 297 B
import React from 'react'; import { StyleProp, ViewStyle, ColorValue } from 'react-native'; type TriangleProps = { pointerColor?: ColorValue; style?: StyleProp<ViewStyle>; isDown?: boolean; }; declare const _default: React.NamedExoticComponent<TriangleProps>; export default _default;