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