Skip to content

Commit

Permalink
rewrite RadioButton in TS
Browse files Browse the repository at this point in the history
  • Loading branch information
xinthink committed Jan 26, 2019
1 parent 61b6ef6 commit 6b1c182
Show file tree
Hide file tree
Showing 8 changed files with 282 additions and 280 deletions.
11 changes: 3 additions & 8 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,16 @@ export {
CheckboxProps,
IconToggle,
IconToggleProps,

// Textfield as MKTextField,
// Switch as MKSwitch,
// IconToggle as MKIconToggle,

RadioButton,
RadioButtonGroup,
RadioButtonProps,
Ripple,
RippleProps,

Switch,
SwitchProps,

// Progress as MKProgress,
// Slider as MKSlider,
// RangeSlider as MKRangeSlider,
// Spinner as MKSpinner,
// RadioButton as MKRadioButton,
// Checkbox as MKCheckbox,
} from './mdl'
2 changes: 1 addition & 1 deletion src/mdl/IconToggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
TouchableWithoutFeedbackProps,
} from 'react-native';

import {TouchEvent} from "../internal/MKTouchable";
import {TouchEvent} from '../internal/MKTouchable';
import MKColor from '../MKColor';
import {getTheme} from '../theme';
import {CheckedListener, NullableReactChild} from '../types';
Expand Down
270 changes: 0 additions & 270 deletions src/mdl/RadioButton.js

This file was deleted.

Loading

0 comments on commit 6b1c182

Please sign in to comment.