react-native
Version:
A framework for building native apps using React
20 lines (18 loc) • 828 B
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<<c005e069c37f602cb0683cfe1ed0e779>>
*
* This file was translated from Flow by scripts/js-api/build-types/index.js.
* Original file: packages/react-native/Libraries/Animated/components/AnimatedView.js
*/
import type { ViewProps } from "../../Components/View/ViewPropTypes";
import type { AnimatedComponentType } from "../createAnimatedComponent";
import View from "../../Components/View/View";
import * as React from "react";
declare const $$AnimatedView: AnimatedComponentType<ViewProps, React.ComponentRef<typeof View>>;
declare type $$AnimatedView = typeof $$AnimatedView;
export default $$AnimatedView;