mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
chore(build): export interface to get typescript to be cool
This commit is contained in:
@ -2,7 +2,7 @@ import { Component, Element, Event, EventEmitter, Listen, Method, Prop, State, W
|
|||||||
import { BaseInputComponent, GestureDetail } from '../../index';
|
import { BaseInputComponent, GestureDetail } from '../../index';
|
||||||
import { clamp, debounce } from '../../utils/helpers';
|
import { clamp, debounce } from '../../utils/helpers';
|
||||||
|
|
||||||
interface Tick {
|
export interface Tick {
|
||||||
ratio: number | (() => number);
|
ratio: number | (() => number);
|
||||||
left: string;
|
left: string;
|
||||||
active?: boolean;
|
active?: boolean;
|
||||||
|
Reference in New Issue
Block a user