UNPKG
@zebrains/velund-python
Version:
latest (1.0.1)
1.0.1
1.0.0
Python-генератор для системы UI-компонентов Velund
@zebrains/velund-python
/
dist
/
helpers
/
generateInitPy.d.ts
3 lines
(2 loc)
•
176 B
TypeScript
View Raw
1
2
3
import
type
{
VelundComponentDescriptor
}
from
'@velund/core'
;
export
declare
function
generateInitPy
(
outDir
:
string
,
components
:
VelundComponentDescriptor
<
any
,
any
>[]
):
void
;