You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.5 KiB

import React from 'react';
import { ImageProps } from '../image/Image';
declare const _default: React.FunctionComponent<Omit<import("react-native").ImageProps & {
Component?: typeof React.Component;
onPress?(): void;
onLongPress?(): void;
ImageComponent?: React.ComponentType<any>;
PlaceholderContent?: React.ReactElement<any, string | React.JSXElementConstructor<any>>;
containerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
childrenContainerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
placeholderStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
transition?: boolean;
transitionDuration?: number;
} & Partial<import("../config").ThemeProps<ImageProps>>, keyof import("../config").ThemeProps<T>>> | React.ForwardRefExoticComponent<import("react-native").ImageProps & {
Component?: typeof React.Component;
onPress?(): void;
onLongPress?(): void;
ImageComponent?: React.ComponentType<any>;
PlaceholderContent?: React.ReactElement<any, string | React.JSXElementConstructor<any>>;
containerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
childrenContainerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
placeholderStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
transition?: boolean;
transitionDuration?: number;
} & Partial<import("../config").ThemeProps<ImageProps>>>;
export default _default;