mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Merge pull request #21399 from zetoke/patch-1
[react-native-datepicker] export DatePickerProps interface
This commit is contained in:
2
types/react-native-datepicker/index.d.ts
vendored
2
types/react-native-datepicker/index.d.ts
vendored
@@ -6,7 +6,7 @@
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
interface DatePickerProps {
|
||||
export interface DatePickerProps {
|
||||
mode?: 'date' | 'datetime' | 'time';
|
||||
date?: string | Date;
|
||||
format?: string;
|
||||
|
||||
Reference in New Issue
Block a user