File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- import { View } from "ui/core/view" ;
2- import { Color } from "color" ;
1+ import { View } from "tns-core-modules/ ui/core/view" ;
2+ import { Color } from "tns-core-modules/ color" ;
33
44export declare class Fab extends View {
55 public hideOnSwipeOfView : string ;
@@ -10,7 +10,6 @@ export declare class Fab extends View {
1010 | "slideLeft"
1111 | "scale" ;
1212 public hideAnimationDuration : number ;
13-
1413 public rippleColor : Color ;
1514 public icon : string ;
1615 public backColor : Color ;
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-floatingactionbutton" ,
3- "version" : " 4.0.1 " ,
3+ "version" : " 4.0.2 " ,
44 "description" : " A NativeScript plugin for Material Design Floating Action Button." ,
55 "main" : " fab" ,
6+ "typings" : " index.d.ts" ,
67 "nativescript" : {
78 "platforms" : {
89 "android" : " 3.0.0" ,
You can’t perform that action at this time.
0 commit comments