mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
docs(): fix docs (#1423)
This commit is contained in:
parent
66874cc598
commit
39eaebfafd
@ -74,7 +74,7 @@ export interface ActionSheetOptions {
|
|||||||
*
|
*
|
||||||
* const options: ActionSheetOptions = {
|
* const options: ActionSheetOptions = {
|
||||||
* title: 'What do you want with this image?',
|
* title: 'What do you want with this image?',
|
||||||
* subtitle: 'Choose an action'
|
* subtitle: 'Choose an action',
|
||||||
* buttonLabels: buttonLabels,
|
* buttonLabels: buttonLabels,
|
||||||
* addCancelButtonWithLabel: 'Cancel',
|
* addCancelButtonWithLabel: 'Cancel',
|
||||||
* addDestructiveButtonWithLabel: 'Delete',
|
* addDestructiveButtonWithLabel: 'Delete',
|
||||||
|
Loading…
Reference in New Issue
Block a user