mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
8
core/src/components.d.ts
vendored
8
core/src/components.d.ts
vendored
@ -1275,6 +1275,10 @@ export namespace Components {
|
||||
*/
|
||||
'monthValues'?: number[] | number | string;
|
||||
/**
|
||||
* The name of the control, which is submitted with the form data.
|
||||
*/
|
||||
'name': string;
|
||||
/**
|
||||
* Opens the datetime overlay.
|
||||
*/
|
||||
'open': () => Promise<void>;
|
||||
@ -1361,6 +1365,10 @@ export namespace Components {
|
||||
*/
|
||||
'monthValues'?: number[] | number | string;
|
||||
/**
|
||||
* The name of the control, which is submitted with the form data.
|
||||
*/
|
||||
'name'?: string;
|
||||
/**
|
||||
* Emitted when the datetime selection was cancelled.
|
||||
*/
|
||||
'onIonCancel'?: (event: CustomEvent<void>) => void;
|
||||
|
Reference in New Issue
Block a user