react-native-ui-lib
Version:
[](https://travis-ci.org/wix/react-native-ui-lib) [](https://www.npmjs.com/package/react-native-ui-lib) [![NPM Down
16 lines (15 loc) • 393 B
TypeScript
declare const Components: {
accessoryIndicator: import("react-native").RegisteredStyle<{
width: number;
height: number;
marginLeft: number;
backgroundColor: string;
borderTopWidth: number;
borderRightWidth: number;
borderColor: any;
transform: {
rotate: string;
}[];
}>;
};
export default Components;