Skip to content

Commit 25dc170

Browse files
committed
typings key
1 parent ead229e commit 25dc170

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/index.d.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
export 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;

src/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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",

0 commit comments

Comments
 (0)