UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

8 lines (7 loc) 290 B
import { StyleProp, ViewStyle } from 'react-native'; interface UnpackStyleOptions { flatten?: boolean; } export declare function unpackStyle(style?: StyleProp<ViewStyle>, options?: UnpackStyleOptions): any; export declare function getAccessibleHitSlop(size: number): number; export {};