UNPKG

reactnativecomponents

Version:
29 lines (28 loc) 654 B
/** * @author 田尘殇Sean(sean.snow@live.com) create at 2018/1/31 */ export declare const primary: { borderLeftColor: string; }; export declare const success: { borderLeftColor: string; }; export declare const info: { borderLeftColor: string; }; export declare const warn: { borderLeftColor: string; }; export declare const danger: { borderLeftColor: string; }; export declare const container: { borderWidth: number; borderLeftWidth: number; borderRadius: number; borderColor: string; borderLeftColor: string; paddingVertical: number; paddingHorizontal: number; }; export declare const titleText: any;