mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
docs(): update datetime docs (#17812)
* docs(): update datetime docs * docs(): cleanup * Update core/src/components/datetime/readme.md Co-Authored-By: mhartington <mhartington@users.noreply.github.com> * Update core/src/components/datetime/usage/angular.md Co-Authored-By: mhartington <mhartington@users.noreply.github.com>
This commit is contained in:
@ -175,7 +175,7 @@ export class Datetime implements ComponentInterface {
|
||||
|
||||
/**
|
||||
* Any additional options that the picker interface can accept.
|
||||
* See the [Picker API docs](../../picker/Picker) for the picker options.
|
||||
* See the [Picker API docs](../picker) for the picker options.
|
||||
*/
|
||||
@Prop() pickerOptions?: DatetimeOptions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user