UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

12 lines (9 loc) 177 B
const borderWidths = { '0': 0, '1': '1px', '2': '2px', '4': '4px', '8': '8px', }; export type IBorderWidth = keyof typeof borderWidths; export default borderWidths;