UNPKG
@zebrains/velund-python
Version:
latest (1.0.1)
1.0.1
1.0.0
Python-генератор для системы UI-компонентов Velund
@zebrains/velund-python
/
dist
/
index.d.ts
6 lines
(5 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
export
type
VelundPythonGeneratorOptions
= {
manifest
?:
Record
<
string
,
any
>; };
declare
const
pythonGenerator
:
(
options
?:
VelundPythonGeneratorOptions
|
undefined
) =>
import
(
"@velund/core"
).
VelundGeneratorDescriptor
;
export
default
pythonGenerator;