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) 193 B
import { Shape } from './shape.enum'; export declare class AndroidData { elevation: number; shape?: Shape; bgcolor?: string; cornerRadius?: number; translationZ?: number; }