UNPKG
form-preview-df
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Resusable Form Preview Components
form-preview-df
/
src
/
df-form-controls
/
df-form-instruction
/
index.ts
4 lines
(2 loc)
•
108 B
text/typescript
View Raw
1
2
3
4
export
{
DfFormInstruction
}
from
'./DfFormInstruction'
;
export
{
default
}
from
'./DfFormInstruction'
;