Home > @lynx-js/genui-a2ui-catalog-extractor > writeCatalogComponents
Signature:
export declare function writeCatalogComponents( components: CatalogComponent[], options: { cwd?: string; outDir: string; }, ): void;
Parameter
Type
Description
components
CatalogComponent[]
options
{ cwd?: string; outDir: string; }
Returns:
void