UNPKG
useasdemo
Version:
latest (1.0.0-rc.0)
1.0.0-rc.0
Schematics specific to ecip
ecip.com
ecip/ecip
useasdemo
/
system
/
index.d.ts
4 lines
(3 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
import
{
Schema
as
SystemSchemaOptions
}
from
'./schema'
;
import
{
Rule
}
from
'@angular-devkit/schematics'
;
export
default
function
(
options: SystemSchemaOptions
):
Rule
;