UNPKG

1.54 kBTypeScriptView Raw
1import React from 'react';
2import { ImageProps } from '../image/Image';
3declare const _default: React.FunctionComponent<Omit<import("react-native").ImageProps & {
4 Component?: typeof React.Component;
5 onPress?(): void;
6 onLongPress?(): void;
7 ImageComponent?: React.ComponentType<any>;
8 PlaceholderContent?: React.ReactElement<any, string | React.JSXElementConstructor<any>>;
9 containerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
10 childrenContainerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
11 placeholderStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
12 transition?: boolean;
13 transitionDuration?: number;
14} & Partial<import("../config").ThemeProps<ImageProps>>, keyof import("../config").ThemeProps<T>>> | React.ForwardRefExoticComponent<import("react-native").ImageProps & {
15 Component?: typeof React.Component;
16 onPress?(): void;
17 onLongPress?(): void;
18 ImageComponent?: React.ComponentType<any>;
19 PlaceholderContent?: React.ReactElement<any, string | React.JSXElementConstructor<any>>;
20 containerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
21 childrenContainerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
22 placeholderStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
23 transition?: boolean;
24 transitionDuration?: number;
25} & Partial<import("../config").ThemeProps<ImageProps>>>;
26export default _default;