package registry
import "reflect"
type ComponentDefinition struct {
PkgName string
TypeName string
Type reflect.Type
RealType reflect.Type
}