Skip to content

Commit

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

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/Rating/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rn-components-kit/rating",
"version": "1.0.0",
"version": "1.0.1",
"description": "Radio buttons allow users to select one option from a set.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 064fc2d

Please sign in to comment.