mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-19 23:46:24 +08:00
refactor(datePicker):
This commit is contained in:
parent
e52fb1cacc
commit
8030f3d4be
@ -1,4 +1,4 @@
|
|||||||
import {Plugin, Cordova} from './plugin';
|
import { Cordova, Plugin } from './plugin';
|
||||||
|
|
||||||
export interface DatePickerOptions {
|
export interface DatePickerOptions {
|
||||||
/**
|
/**
|
||||||
@ -102,5 +102,4 @@ export class DatePicker {
|
|||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
static show(options: DatePickerOptions): Promise<Date> { return; }
|
static show(options: DatePickerOptions): Promise<Date> { return; }
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user