mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
refactor(all): allow external imports
This commit is contained in:
@ -4,7 +4,7 @@ import { Cell, DomRenderFn, HeaderFn, ItemHeightFn,
|
||||
VirtualNode, calcCells, calcHeightIndex, doRender,
|
||||
findCellIndex, getRange, getShouldUpdate, getViewport,
|
||||
inplaceUpdate, positionForIndex, resizeBuffer, updateVDom } from './virtual-scroll-utils';
|
||||
import { QueueController } from '../../index';
|
||||
import { QueueController } from '../../interface';
|
||||
|
||||
|
||||
@Component({
|
||||
|
Reference in New Issue
Block a user