mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(item): add helper functions for item sliding
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Component, h, Ionic, Prop } from '@stencil/core';
|
||||
|
||||
import { isRightSide, Side } from '../../utils/util';
|
||||
import { isRightSide, Side } from '../../utils/helpers';
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Component, h, Ionic, State } from '@stencil/core';
|
||||
|
||||
import { GestureDetail, HostElement } from '../../utils/interfaces';
|
||||
import { swipeShouldReset } from '../../utils/util';
|
||||
import { swipeShouldReset } from '../../utils/helpers';
|
||||
|
||||
// import { ItemOptions } from './item-options';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user