Skip to content

Commit

Permalink
[fix] Tag: 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 876a5a3 commit f3f4887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/Tag/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
declare module '@rn-components-kit/tag' {

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

interface Props {
Expand Down
2 changes: 1 addition & 1 deletion packages/Tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rn-components-kit/tag",
"version": "1.0.2",
"version": "1.0.3",
"description": "Tag for categorizing or markup.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit f3f4887

Please sign in to comment.