UNPKG

@supernovaio/cli

Version:

Supernova.io Command Line Interface

4 lines 240 B
import { PropItem } from "../parser/types.js"; import { ComponentProperty } from "../types.js"; export declare function mapToSupernovaProperty(property: PropItem, entryPath: string): ComponentProperty; //# sourceMappingURL=property.d.ts.map