UNPKG

react-native-ui-lib

Version:

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

13 lines (12 loc) 364 B
export declare function extractPositionValues(position: string[] | undefined): { top: boolean; left: boolean; right: boolean; bottom: boolean; }; export declare function generateBorderRadiusStyle({ position, borderRadius }: { position: string[] | undefined; borderRadius: number | undefined; }): { [key: string]: number | undefined; };