UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
form
/
src
/
widgets
/
custom
/
schema.ts
5 lines
(3 loc)
•
163 B
text/typescript
View Raw
1
2
3
4
5
import
{
SFUISchemaItem
}
from
'../../schema/ui'
;
// tslint:disable-next-line: no-empty-interface
export
interface
SFCustomWidgetSchema
extends
SFUISchemaItem
{}