UNPKG

@vaadin/hilla-file-router

Version:

Hilla file-based router

10 lines 277 B
/** * The type of route parameter. */ export let RouteParamType = function(RouteParamType) { RouteParamType["Required"] = "req"; RouteParamType["Optional"] = "opt"; RouteParamType["Wildcard"] = "*"; return RouteParamType; }({}); //# sourceMappingURL=./routeParamType.js.map