UNPKG
amis-model-design
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.5
0.0.4
0.0.2
0.0.1
amis模型设计器
amis-model-design
/
lib
/
plugin
/
TimeField.d.ts
7 lines
(6 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
DateFieldPlugin
}
from
'./DateField'
;
import
{
FieldType
}
from
'../type'
;
export
declare
class
TimeFieldPlugin
extends
DateFieldPlugin
{
static
id
:
string
;
registerFieldType
():
FieldType
; }