mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Add hegiht && paginationStyle
This commit is contained in:
Vendored
+7
-1
@@ -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, {}> {
|
||||
|
||||
Reference in New Issue
Block a user