UNPKG

@types/ember__routing

Version:
7 lines (5 loc) 232 B
import EmberObject from "@ember/object"; /** * AutoLocation will select the best location option based off browser support with the priority order: history, hash, none. */ export default class AutoLocation extends EmberObject {}