UNPKG

reactnativecomponents

Version:
10 lines (9 loc) 240 B
/** * @author 田尘殇Sean(sean.snow@live.com) create at 2017/11/4 */ import { StyleProp, ViewStyle } from 'react-native'; export default interface Props { spaceRatio?: number; speed?: number; style?: StyleProp<ViewStyle>; }