This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
portainer
mirror of
https://github.com/portainer/portainer
Watch
1
Star
0
Fork
You've already forked portainer
0
Code
Issues
Releases
Wiki
Activity
bdde278139
portainer
/
app
/
react
/
components
/
form-components
/
FormControl
/
index.ts
3 lines
88 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(app): added Input components [EE-2007] (#6028)
2021-11-17 18:32:57 +00:00
export
{
FormControl
}
from
'./FormControl'
;
fix(ui): tidy up Edge Devices configuration EE-3604 (#7797)
2022-11-10 19:13:20 +00:00
export
type
{
Size
}
from
'./FormControl'
;