Skip to content

Commit

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

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

interface Props {
Expand Down
2 changes: 1 addition & 1 deletion packages/Slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rn-components-kit/slider",
"version": "1.0.1",
"version": "1.0.2",
"description": "Slider allows users to select a value from a fixed set of options.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 209ba11

Please sign in to comment.