UNPKG

ui-router-core

Version:

UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps

15 lines (14 loc) 300 B
/** * This module contains code for State Parameters. * * See [[ParamDeclaration]] * * @coreapi * @preferred * @module params */ /** for typedoc */ export * from "./interface"; export * from "./param"; export * from "./paramTypes"; export * from "./stateParams"; export * from "./paramType";