UNPKG

@uiw/react-native

Version:
12 lines (11 loc) 343 B
declare function hexToRgba(hex: string, alpha?: number): string; declare const _default: { px: (size: number) => number; deviceWidth: number; deviceHeight: number; ONE_PIXEL: number; isIOS: boolean; conditionalStyle: (condition: boolean, style: any) => any; hexToRgba: typeof hexToRgba; }; export default _default;