mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
355568e848
Summary: Changelog: [Internal] Add flow definition for DatePickerIOS Reviewed By: yungsters Differential Revision: D38871304 fbshipit-source-id: 3c40be45e3117253b490e85cf96ab250fd579f98
15 lines
324 B
JavaScript
15 lines
324 B
JavaScript
/**
|
|
* 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.
|
|
*
|
|
* @flow strict
|
|
* @format
|
|
*/
|
|
|
|
'use strict';
|
|
import * as React from 'react';
|
|
|
|
export type DatePickerIOSType = React.ComponentType<>;
|