mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: simplify EventData typings, drop NotifyData
This commit is contained in:
2
packages/core/accessibility/index.d.ts
vendored
2
packages/core/accessibility/index.d.ts
vendored
@@ -9,7 +9,7 @@ export * from './font-scale';
|
||||
/**
|
||||
* Initialize accessibility for View. This should be called on loaded-event.
|
||||
*/
|
||||
export function setupAccessibleView(view: Partial<View>): void;
|
||||
export function setupAccessibleView(view: View): void;
|
||||
|
||||
/**
|
||||
* Update accessibility properties on nativeView
|
||||
|
||||
Reference in New Issue
Block a user