1 | import * as React from 'react';
|
2 | import { StyleProp, View, ViewStyle } from 'react-native';
|
3 | declare type Props = React.ComponentPropsWithRef<typeof View> & {
|
4 | |
5 |
|
6 |
|
7 | animating?: boolean;
|
8 | |
9 |
|
10 |
|
11 | color?: string;
|
12 | |
13 |
|
14 |
|
15 | size?: 'small' | 'large' | number;
|
16 | |
17 |
|
18 |
|
19 | hidesWhenStopped?: boolean;
|
20 | style?: StyleProp<ViewStyle>;
|
21 | |
22 |
|
23 |
|
24 | theme: ReactNativePaper.Theme;
|
25 | };
|
26 | declare const _default: React.ComponentType<Pick<import("react-native").ViewProps & React.RefAttributes<View> & {
|
27 | |
28 |
|
29 |
|
30 | animating?: boolean | undefined;
|
31 | |
32 |
|
33 |
|
34 | color?: string | undefined;
|
35 | |
36 |
|
37 |
|
38 | size?: number | "small" | "large" | undefined;
|
39 | |
40 |
|
41 |
|
42 | hidesWhenStopped?: boolean | undefined;
|
43 | style?: StyleProp<ViewStyle>;
|
44 | |
45 |
|
46 |
|
47 | theme: ReactNativePaper.Theme;
|
48 | }, "color" | "size" | keyof import("react-native").ViewProps | keyof React.RefAttributes<View> | "animating" | "hidesWhenStopped"> & {
|
49 | theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
|
50 | }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<React.ComponentType<import("react-native").ViewProps & React.RefAttributes<View> & {
|
51 | |
52 |
|
53 |
|
54 | animating?: boolean | undefined;
|
55 | |
56 |
|
57 |
|
58 | color?: string | undefined;
|
59 | |
60 |
|
61 |
|
62 | size?: number | "small" | "large" | undefined;
|
63 | |
64 |
|
65 |
|
66 | hidesWhenStopped?: boolean | undefined;
|
67 | style?: StyleProp<ViewStyle>;
|
68 | |
69 |
|
70 |
|
71 | theme: ReactNativePaper.Theme;
|
72 | }> & (({ animating, color: indicatorColor, hidesWhenStopped, size: indicatorSize, style, theme, ...rest }: Props) => JSX.Element), {}>;
|
73 | export default _default;
|
74 |
|
\ | No newline at end of file |