UNPKG

@teambit/harmony

Version:
7 lines (6 loc) 244 B
import { Aspect } from '../../../aspect'; import { RuntimeDefinition } from '../../../runtimes'; export type Config = {}; export declare const CLIRuntime: RuntimeDefinition; export declare const ReactAspect: Aspect; export default ReactAspect;