UNPKG
@fmlang/fml-to-schema
Version:
latest (0.0.2)
0.0.2
0.0.1
Convert Forms Markup Language (FML) to jsonv-ts (JSON Schema)
@fmlang/fml-to-schema
/
lib
/
types
/
src
/
ComponentForIdentifier.d.ts
2 lines
(1 loc)
•
111 B
TypeScript
View Raw
1
2
export
declare
function
ComponentForIdentifier
(
identifier
:
string
,
attributes
:
object
,
children
:
any
):
object
;