UNPKG

nativescript-ng-shadow

Version:

Angular directive to apply shadows to native elements according to the elevation level guidelines of material design specification

9 lines (8 loc) 192 B
export declare class IOSData { elevation: number; maskToBounds?: boolean; shadowColor?: string; shadowOffset?: number; shadowOpacity?: number; shadowRadius?: number; }