mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
Move platform .d.ts-es to separate plugin folder
Add dev-setup to figure out links Update development workflow Update package.json and dts-ios Update the iOS declarations grunt is now fine
This commit is contained in:
2
tns-core-modules/css/reworkcss.d.ts
vendored
2
tns-core-modules/css/reworkcss.d.ts
vendored
@ -5,7 +5,7 @@ declare module "css" {
|
||||
}
|
||||
|
||||
export interface Node {
|
||||
type: "rule" | "keyframes" | "declaration";
|
||||
type: "rule" | "keyframes" | "declaration" | "import";
|
||||
position: Position;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user