UNPKG

@supernovaio/cli

Version:

Supernova.io Command Line Interface

4 lines 235 B
import { ComponentDoc } from "../parser/types.js"; import { Component } from "../types.js"; export declare function mapToSupernovaComponent(component: ComponentDoc, entryPath: string): Component; //# sourceMappingURL=component.d.ts.map