fix(build): do not export in component modules

This commit is contained in:
Manu Mtz.-Almeida
2018-08-22 18:03:23 +02:00
parent 78e13ac5c4
commit da2dc7be49
4 changed files with 3 additions and 82 deletions

View File

@ -339,7 +339,6 @@ export class PickerColumnCmp {
}
}
export const PICKER_OPT_SELECTED = 'picker-opt-selected';
export const DECELERATION_FRICTION = 0.97;
export const FRAME_MS = (1000 / 60);
export const MAX_PICKER_SPEED = 60;
const PICKER_OPT_SELECTED = 'picker-opt-selected';
const DECELERATION_FRICTION = 0.97;
const MAX_PICKER_SPEED = 60;