mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Rename the files
This commit is contained in:
11
tns-core-modules/css-value/reworkcss-value.d.ts
vendored
Normal file
11
tns-core-modules/css-value/reworkcss-value.d.ts
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
declare module "css-value" {
|
||||
interface CSSValue {
|
||||
type: string;
|
||||
string: string;
|
||||
unit?: string;
|
||||
value?: number;
|
||||
}
|
||||
|
||||
function parse(cssValue: string): Array<CSSValue>;
|
||||
export = parse;
|
||||
}
|
Reference in New Issue
Block a user