UNPKG

react-native

Version:

A framework for building native apps using React

18 lines (16 loc) 771 B
/** * 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<<940f6f4f162b4d5d091654aad5201f7c>> * * This file was translated from Flow by scripts/js-api/build-types/index.js. * Original file: packages/react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.js.flow */ import DrawerLayoutAndroid from "./DrawerLayoutAndroidFallback"; export type { DrawerLayoutAndroidProps, DrawerSlideEvent } from "./DrawerLayoutAndroidTypes"; declare const $$DrawerLayoutAndroid: typeof DrawerLayoutAndroid; declare type $$DrawerLayoutAndroid = typeof $$DrawerLayoutAndroid; export default $$DrawerLayoutAndroid;