Skip to content

Commit

Permalink
fix: css support
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Mar 14, 2021
1 parent c53aee5 commit 61330dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pulltorefresh-common.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { ContentView, Property, View } from '@nativescript/core';
import { ContentView, CSSType, Property, View } from '@nativescript/core';
import { PullToRefresh as PullToRefreshDefinition } from '.';

@CSSType('PullToRefresh')
export class PullToRefreshBase
extends ContentView
implements PullToRefreshDefinition {
Expand Down

0 comments on commit 61330dc

Please sign in to comment.