chore(range): move range-knob to separate directory

This commit is contained in:
Adam Bradley
2017-11-28 17:51:04 -06:00
parent 7633108734
commit 8c5c337933
6 changed files with 192 additions and 47 deletions

View File

@ -2234,7 +2234,7 @@ declare global {
import {
RangeKnob as IonRangeKnob
} from './components/range/range-knob';
} from './components/range-knob/range-knob';
declare global {
interface HTMLIonRangeKnobElement extends IonRangeKnob, HTMLElement {