UNPKG

@zebrains/velund-python

Version:

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

6 lines (5 loc) 253 B
export type VelundPythonGeneratorOptions = { manifest?: Record<string, any>; }; declare const pythonGenerator: (options?: VelundPythonGeneratorOptions | undefined) => import("@velund/core").VelundGeneratorDescriptor; export default pythonGenerator;