UNPKG
@ohayojp/form
Version:
latest (1.0.2)
1.0.2
1.0.1
ohayojp.com
ohayojp/ohayo
@ohayojp/form
/
src
/
widgets
/
custom
/
custom.widget.d.ts
5 lines
(4 loc)
•
185 B
TypeScript
View Raw
1
2
3
4
5
import
{
ControlUIWidget
}
from
'../../widget'
;
import
{
SFCustomWidgetSchema
}
from
'./schema'
;
export
declare
class
CustomWidget
extends
ControlUIWidget
<
SFCustomWidgetSchema
> { }