/** * This is a generic type definition for generic component. * * @template E The extends type of the generic. * @template D The default type of the generic. * * @example * ```ts * type T = DefineGeneric * // =>