chore(build): export interface to get typescript to be cool

This commit is contained in:
Dan Bucholtz
2018-02-06 23:14:34 -06:00
parent 6d37c63200
commit cb82eacdc0

View File

@ -2,7 +2,7 @@ import { Component, Element, Event, EventEmitter, Listen, Method, Prop, State, W
import { BaseInputComponent, GestureDetail } from '../../index';
import { clamp, debounce } from '../../utils/helpers';
interface Tick {
export interface Tick {
ratio: number | (() => number);
left: string;
active?: boolean;