mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(core): type collisions with namespace (#8809)
This commit is contained in:
9
packages/core/ui/styling/box-shadow.ts
Normal file
9
packages/core/ui/styling/box-shadow.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Color } from '../../color';
|
||||
|
||||
export class BoxShadow {
|
||||
public offsetX: number;
|
||||
public offsetY: number;
|
||||
public blurRadius: number;
|
||||
public spreadRadius: number;
|
||||
public color: Color;
|
||||
}
|
||||
Reference in New Issue
Block a user