mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
react-native-indicators: add missing common props (#35684)
This commit is contained in:
parent
4d63b62600
commit
6f81fc2a69
14
types/react-native-indicators/index.d.ts
vendored
14
types/react-native-indicators/index.d.ts
vendored
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user