mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
chore(core): monorepo, esm targeting, improved management (#8707)
This commit is contained in:
8
packages/core/css-value/reworkcss-value.d.ts
vendored
Normal file
8
packages/core/css-value/reworkcss-value.d.ts
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
interface CSSValue {
|
||||
type: string;
|
||||
string: string;
|
||||
unit?: string;
|
||||
value?: number;
|
||||
}
|
||||
|
||||
export function parse(cssValue: string): Array<CSSValue>;
|
Reference in New Issue
Block a user