Home > @lynx-js/genui > 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