/**
 * @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>;
}
