mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
5 lines
162 B
TypeScript
5 lines
162 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;
|
|
}
|