UNPKG

@fruits-chain/react-native-xiaoshu

Version:
6 lines (5 loc) 346 B
/// <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 {};