mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Fixing type errors in tests
This commit is contained in:
@ -6,6 +6,5 @@ declare module "css-value" {
|
||||
value?: number;
|
||||
}
|
||||
|
||||
function parse(cssValue: string): Array<CSSValue>;
|
||||
export = parse;
|
||||
export function parse(cssValue: string): Array<CSSValue>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user