UNPKG
@dzeio/form-manager
Version:
latest (0.3.0)
0.3.0
0.2.1
0.2.0
0.1.0
A powerfull Form Manager
dze.io
@dzeio/form-manager
/
attributes
/
Interfaces
/
AttributeIdentity.d.ts
6 lines
(5 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
6
import
AttributeInterface
from
"./AttributeInterface"
;
export
default
interface
AttributeIdentity
{
attribute
:
AttributeInterface
;
dataElement
:
string
; }