UNPKG

252 BTypeScriptView Raw
1import { FrameworkConfiguration } from 'aurelia-framework';
2export * from './compile-spy';
3export * from './view-spy';
4export * from './component-tester';
5export * from './wait';
6export declare function configure(config: FrameworkConfiguration): void;