Skip to content

Commit

Permalink
[fix] SwipeOut: fix index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallStoneSK committed Jun 25, 2019
1 parent bdcb4d6 commit 8d0c9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/SwipeOut/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
declare module '@rn-components-kit/swipe-out' {

import React from 'react';
import * as React from 'react';
import {ViewStyle} from 'react-native';

interface Option {
Expand Down
2 changes: 1 addition & 1 deletion packages/SwipeOut/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rn-components-kit/swipe-out",
"version": "1.0.0",
"version": "1.0.1",
"description": "iOS-style swipe-out buttons that appear from behind a component.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 8d0c9de

Please sign in to comment.