UNPKG

@fruits-chain/react-native-xiaoshu

Version:
5 lines (4 loc) • 273 B
import type { ViewStyle } from 'react-native'; import type { PopupPosition } from './interface'; export declare const getTransform: (position: PopupPosition, value: any) => ViewStyle; export declare const getPosition: (visible: boolean, position: PopupPosition) => number;