mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
react-native-indicators: add missing common props (#35684)
This commit is contained in:
committed by
Ryan Cavanaugh
parent
4d63b62600
commit
6f81fc2a69
+13
-1
@@ -15,9 +15,21 @@ export interface BaseIndicatorProps {
|
||||
|
||||
/**
|
||||
* Animation duration in ms
|
||||
* @default1200
|
||||
* @default 1200
|
||||
*/
|
||||
animationDuration?: number;
|
||||
|
||||
/**
|
||||
* Animation toggle
|
||||
* @default true
|
||||
*/
|
||||
animating?: boolean;
|
||||
|
||||
/**
|
||||
* Animation is interaction
|
||||
* @default true
|
||||
*/
|
||||
interaction?: boolean;
|
||||
}
|
||||
|
||||
export interface UIActivityIndicatorProps extends BaseIndicatorProps {
|
||||
|
||||
Reference in New Issue
Block a user