Add hegiht && paginationStyle

This commit is contained in:
huhuanming
2017-03-27 23:13:52 +08:00
parent bb7d6b2d08
commit ecd2181818
+7 -1
View File
@@ -1,6 +1,6 @@
// Type definitions for react-native-swiper 1.5
// Project: https://github.com/leecade/react-native-swiper#readme
// Definitions by: CaiHuan <https://github.com/CaiHuan>
// Definitions by: CaiHuan <https://github.com/CaiHuan>, HuHuanming <https://github.com/huhuanming>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
@@ -58,6 +58,12 @@ interface SwiperProperties extends React.Props<Swiper> {
dotColor?: string;
activeDotColor?: string;
height?: number;
width?: number;
paginationStyle?: ViewStyle;
}
export default class Swiper extends React.Component<SwiperProperties, {}> {