glimmer-router
Version:
Proof of concept routing in glimmer.js
10 lines (8 loc) • 395 B
TypeScript
/**
* This is just a placeholder file to keep TypeScript aware editors happy. At build time,
* it will be replaced with a resolver configuration composed from your application's
* `config/environment.js` (and supplemented with default settings as possible).
*/
import { ResolverConfiguration } from '@glimmer/resolver';
declare var _default: ResolverConfiguration;
export default _default;