All files index.ts

75% Statements 3/4
100% Branches 0/0
0% Functions 0/1
75% Lines 3/4
1 2 3 4 5 6 7 8 9 10      1x 1x   1x      
import { FrameworkConfiguration, PLATFORM } from 'aurelia-framework';
import { UxInputInfo } from './ux-input-info';
 
export { UxInputInfo };
export { UxInputInfoTheme } from './ux-input-info-theme';
 
export function configure(config: FrameworkConfiguration) {
  config.globalResources(PLATFORM.moduleName('./ux-input-info'));
}