UNPKG

react-native-paper

Version:
3 lines (2 loc) 91 B
export const roundLayoutSize = (size: number): number => Math.round(size * 1000) / 1000;