UNPKG

@teambit/harmony

Version:
12 lines (8 loc) 188 B
import { UIAspect, UIRuntime } from './ui.aspect'; export class UiUI { static runtime = UIRuntime; static async provider() { return new UiUI(); } } UIAspect.addRuntime(UiUI);