* 导出 schema
(stage: IPublicEnumTransformStage, options?: any)
| 99 | * 导出 schema |
| 100 | */ |
| 101 | export<T = Schema>(stage: IPublicEnumTransformStage, options?: any): T; |
| 102 | |
| 103 | emitPropChange(val: IPublicTypePropChangeOptions): void; |
| 104 |
no outgoing calls
no test coverage detected