UNPKG

@rapido/components

Version:

Library of common primitive components used in Rapido apps.

11 lines (10 loc) 529 B
/** * Copyright (c) 2019-present Verum Technologies * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /// <reference types="react" /> import { ImageBackgroundProps } from './types'; declare const ImageBackground: import("react").MemoExoticComponent<import("styled-components").StyledComponent<typeof import("react-native").ImageBackground, import("styled-components").DefaultTheme, ImageBackgroundProps, never>>; export default ImageBackground;