@emcsistemas/native-ui
Version:
Biblioteca de componentes react native
9 lines • 969 B
TypeScript
import { DimensionValue } from 'react-native';
import { BorderSizeAcronymes, FontSizeAcronymes, FontWeightAcronymes } from './Types/ui-components.types';
export declare function dimensionCalculate(dimension?: DimensionValue | 'full'): number | "auto" | `${number}%` | import("react-native").Animated.AnimatedNode | undefined;
export declare function iconSizeCalculate(size?: number): number | undefined;
export declare function convertBorderRadius(borderRadius?: BorderSizeAcronymes): 20 | 4 | 6 | 8 | 12 | 16 | 24 | 999;
export declare function convertFontSize(fontSize?: FontSizeAcronymes | number): number;
export declare function getFontFamily(fFamily?: string, fWeight?: FontWeightAcronymes): string;
export declare function marginCalculate(generalMargin?: DimensionValue, axisMargin?: DimensionValue, sideMargin?: DimensionValue): number | "auto" | `${number}%` | import("react-native").Animated.AnimatedNode | undefined;
//# sourceMappingURL=styles.util.d.ts.map