react-native
Version:
A framework for building native apps using React
24 lines (22 loc) • 1.04 kB
TypeScript
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<6770958805f9935f28150e371b774f6c>>
*
* This file was translated from Flow by scripts/js-api/build-types/index.js.
* Original file: packages/react-native/Libraries/Animated/components/AnimatedScrollView.js
*/
import type { AnimatedComponentType } from "../createAnimatedComponent";
import ScrollView, { type ScrollViewProps } from "../../Components/ScrollView/ScrollView";
import * as React from "react";
type AnimatedScrollViewInstance = React.ComponentRef<typeof ScrollView>;
declare const AnimatedScrollView: AnimatedComponentType<ScrollViewProps, AnimatedScrollViewInstance>;
/**
* @see https://github.com/facebook/react-native/commit/b8c8562
*/
declare const $$AnimatedScrollView: typeof AnimatedScrollView;
declare type $$AnimatedScrollView = typeof $$AnimatedScrollView;
export default $$AnimatedScrollView;