UNPKG

273 BTypeScriptView Raw
1/**
2 * This module contains code for State Parameters.
3 *
4 * See [[ParamDeclaration]]
5 *
6 * @packageDocumentation @preferred
7 */
8export * from './interface';
9export * from './param';
10export * from './paramTypes';
11export * from './stateParams';
12export * from './paramType';