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" ;
3
3
4
4
export declare class Fab extends View {
5
5
public hideOnSwipeOfView : string ;
@@ -10,7 +10,6 @@ export declare class Fab extends View {
10
10
| "slideLeft"
11
11
| "scale" ;
12
12
public hideAnimationDuration : number ;
13
-
14
13
public rippleColor : Color ;
15
14
public icon : string ;
16
15
public backColor : Color ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-floatingactionbutton" ,
3
- "version" : " 4.0.1 " ,
3
+ "version" : " 4.0.2 " ,
4
4
"description" : " A NativeScript plugin for Material Design Floating Action Button." ,
5
5
"main" : " fab" ,
6
+ "typings" : " index.d.ts" ,
6
7
"nativescript" : {
7
8
"platforms" : {
8
9
"android" : " 3.0.0" ,
You can’t perform that action at this time.
0 commit comments