UNPKG

@zebrains/velund-python

Version:

Python-генератор для системы UI-компонентов Velund

3 lines (2 loc) 176 B
import type { VelundComponentDescriptor } from '@velund/core'; export declare function generateInitPy(outDir: string, components: VelundComponentDescriptor<any, any>[]): void;