Files
NativeScript/apps/automated/app/xml-declaration/template-builder-tests/event-in-template.ts
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

5 lines
159 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;
}