UNPKG

@rapido/components

Version:

Library of common primitive components used in Rapido apps.

11 lines (10 loc) 504 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 { ScrollViewProps } from './types'; declare const ScrollView: import("react").MemoExoticComponent<import("styled-components").StyledComponent<typeof import("react-native").ScrollView, import("styled-components").DefaultTheme, ScrollViewProps, never>>; export default ScrollView;