export interface IComponentDefinition { /** * The component custom element name (ex: )) */ componentName: string; /** * The class implementing the logic of the component */ componentClass: T; } //# sourceMappingURL=IComponentDefinition.d.ts.map