reactnativecomponents
Version:
React Native Components
29 lines (28 loc) • 654 B
TypeScript
/**
* @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;