mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
docs: correct event type in accessibilityDecrement event documentation (#10897)
This commit is contained in:
2
packages/core/ui/button/index.d.ts
vendored
2
packages/core/ui/button/index.d.ts
vendored
@ -10,7 +10,7 @@ export class Button extends TextBase {
|
||||
/**
|
||||
* String value used when hooking to tap event.
|
||||
*
|
||||
* @nsEvent {EventData} string;
|
||||
* @nsEvent {EventData} tap
|
||||
*/
|
||||
public static tapEvent: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user