forked from NativeScript/nativescript-marketplace-demo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreferences.d.ts
19 lines (18 loc) · 931 Bytes
/
references.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/// <reference path="./node_modules/@nativescript/types/index.d.ts" />
/// <reference path="./node_modules/nativescript-ui-core/index.ios.d.ts" />
/// <reference path="./node_modules/nativescript-ui-core/index.android.d.ts" />
/// <reference path="./node_modules/nativescript-ui-dataform/index.ios.d.ts" />
/// <reference path="./node_modules/nativescript-ui-sidedrawer/index.ios.d.ts" />
/// <reference path="./node_modules/nativescript-ui-chart/index.android.d.ts" />
/// <reference path="./node_modules/nativescript-ui-autocomplete/index.android.d.ts" />
/// <reference path="./node_modules/nativescript-ui-autocomplete/index.ios.d.ts" />
/// <reference path="./app/typings/highlightjs.d.ts" />
/// <reference path="./app/typings/telerik.d.ts" />
declare namespace JSX {
interface ElementAttributesProperty {
/**
* Specify the property used to resolve attribute typings.
*/
props;
}
}