UNPKG

@td-design/react-native

Version:

react-native UI组件库

14 lines 510 B
/// <reference types="react" /> declare function hexToRgba(hex: string, alpha?: number): string; declare const _default: { renderNode: (Component: import("react").ComponentType, content: any, defaultProps: any) => any; 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; //# sourceMappingURL=index.d.ts.map