UNPKG
@ohayojp/form
Version:
latest (1.0.2)
1.0.2
1.0.1
ohayojp.com
ohayojp/ohayo
@ohayojp/form
/
src
/
widgets
/
custom
/
schema.d.ts
4 lines
(3 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
import
{
SFUISchemaItem
}
from
'../../schema/ui'
;
export
interface
SFCustomWidgetSchema
extends
SFUISchemaItem
{ }