UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

10 lines (9 loc) 209 B
declare const borderWidths: { '0': number; '1': string; '2': string; '4': string; '8': string; }; export declare type IBorderWidth = keyof typeof borderWidths; export default borderWidths;