@fruits-chain/react-native-xiaoshu
Version:
React Native UI library
6 lines (5 loc) • 346 B
TypeScript
/// <reference types="react" />
declare type DirectionValue = 'left' | 'up' | 'right' | 'down';
export declare const getArrowOutline: (x: DirectionValue) => import("react").FC<import("../interface").IconCommonProps>;
export declare const getArrowFill: (x: DirectionValue) => import("react").FC<import("../interface").IconCommonProps>;
export {};