Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Commit abd44f6

Browse files
committed
fix TS def, bump
1 parent 85f02fe commit abd44f6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
import { ContentView } from 'ui/content-view';
2+
13
/**
24
* Contains the PullToRefresh class, which represents a Layout that contains the UI pattern for pull-to-refresh
35
*/
46

5-
export declare class PullToRefresh {
7+
export declare class PullToRefresh extends ContentView {
68

79
/**
810
* String value used when hooking to the onRefresh event.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-pulltorefresh",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "A NativeScript plugin to provide the Pull to Refresh control on any view.",
55
"main": "pulltorefresh.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)