UNPKG
maille
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.1-rc4
0.1.1-rc3
0.1.1-rc2
0.1.1-rc1
Component library for MithrilJS
mrman.gitlab.io/maille
maille
/
components
/
text-input
/
index.d.ts
4 lines
(3 loc)
•
85 B
TypeScript
View Raw
1
2
3
4
import
TextInput
from
"./component"
;
import
"./style.css"
;
export
default
TextInput
;