UNPKG
@mongez/gnz
Version:
latest (7.0.4)
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.0.0
5.0.24
5.0.22
5.0.21
5.0.20
5.0.19
5.0.18
5.0.17
5.0.16
5.0.15
5.0.14
5.0.13
5.0.12
5.0.11
5.0.10
5.0.9
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.3
4.0.2
4.0.1
4.0.0
3.0.18
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
Generator Z, the next generation of scaffolding tools.
hassanzohdy/mongez-gnz
@mongez/gnz
/
cjs
/
generators
/
generate-reactive-form-component
/
template.d.ts
4 lines
•
282 B
TypeScript
View Raw
1
2
3
4
import
{
ReactiveFormComponentOptions
}
from
"./types"
;
export
declare
function
generateReactiveFormTemplate
(
options
:
ReactiveFormComponentOptions
):
Promise
<
string
>;
export
declare
function
parseInputs
(
inputs
?:
Record
<
string
,
string
>
):
string
;
//# sourceMappingURL=template.d.ts.map