UNPKG

react-native-multibar-crosslisting

Version:
10 lines (9 loc) 285 B
import * as React from 'react'; import { StyleProp, ViewStyle } from 'react-native'; declare type Props = { rotationDegrees?: number; style?: StyleProp<ViewStyle>; onPress?: () => boolean | void; }; export declare const MultiBarButton: React.FC<Props>; export {};