/** * @module types */ import type { IComponent, IDictionary } from './types'; export type DecoratorHandler = ( target: T, propertyKey: string ) => void | PropertyDescriptor;