UNPKG

ui-router

Version:

State-based routing for Javascript

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