mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
4 lines
161 B
TypeScript
4 lines
161 B
TypeScript
// Our unit test will set this function and expect it to be set as a handler on a View in the XML.
|
|
export interface ITestEvent {
|
|
test: (args: any) => void;
|
|
} |