UNPKG
@ecip/shared
Version:
latest (1.0.0-rc.5)
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
hgits.cn
@ecip/shared
/
src
/
json-schema
/
json-schema.module.d.ts
6 lines
(5 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
WidgetRegistry
}
from
'@delon/form'
;
export
declare
const
SCHEMA_THIRDS_COMPONENTS
:
any
[];
export
declare
class
JsonSchemaModule
{
constructor
(
widgetRegistry
:
WidgetRegistry
); }