Skip to content

Commit 20c6d71

Browse files
MartoYankovmanoldonev
authored andcommitted
refactor: move material typings to core modules (#7480)
1 parent fab9c90 commit 20c6d71

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

tns-platform-declarations/ios/objc-x86_64/objc!MaterialComponents.d.ts renamed to tns-core-modules/platforms/ios/typings/objc!MaterialComponents.d.ts

File renamed without changes.

tns-core-modules/references.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/// <reference path="../tns-platform-declarations/ios.d.ts" />
2-
/// <reference path="../tns-platform-declarations/android.d.ts" />
2+
/// <reference path="../tns-platform-declarations/android.d.ts" />
3+
/// <reference path="platforms/ios/typings/objc!MaterialComponents.d.ts" />

tns-platform-declarations/ios/ios.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,3 @@
126126
/// <reference path="objc-x86_64/objc!os_object.d.ts" />
127127
/// <reference path="objc-x86_64/objc!simd.d.ts" />
128128
/// <reference path="objc-x86_64/objc!zlib.d.ts" />
129-
/// <reference path="objc-x86_64/objc!MaterialComponents.d.ts" />

0 commit comments

Comments
 (0)