nativescript-ng-shadow
Version:
Angular directive to apply shadows to native elements according to the elevation level guidelines of material design specification
7 lines (6 loc) • 351 B
TypeScript
export { AndroidData } from './common/android-data.model';
export { IOSData } from './common/ios-data.model';
export { Elevation } from './common/elevation.enum';
export { Shape, ShapeEnum } from './common/shape.enum';
export { NgShadowModule } from './angular/ng-shadow.module';
export { NativeShadowDirective } from './angular/ng-shadow.directive';