@dnd-kit/abstract 0.5.0-beta-20260611125311 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.cts CHANGED
@@ -368,7 +368,7 @@ declare function configure<T extends PluginConstructor<any, any, any>, V extends
368
368
  * @param plugin - The plugin constructor to configure
369
369
  * @returns A function that takes options and returns a plugin descriptor
370
370
  */
371
- declare function configurator<T extends PluginConstructor<any, any, any>>(plugin: T): (options: InferPluginOptions<T>) => PluginDescriptor<any, any, T>;
371
+ declare function configurator<T extends PluginConstructor<any, any, any>>(plugin: T): (options: InferPluginOptions<T>) => PluginDescriptor<any, Plugin<any, InferPluginOptions<T>>, T>;
372
372
  /**
373
373
  * Normalizes a plugin constructor or descriptor into a descriptor.
374
374
  *
package/index.d.ts CHANGED
@@ -368,7 +368,7 @@ declare function configure<T extends PluginConstructor<any, any, any>, V extends
368
368
  * @param plugin - The plugin constructor to configure
369
369
  * @returns A function that takes options and returns a plugin descriptor
370
370
  */
371
- declare function configurator<T extends PluginConstructor<any, any, any>>(plugin: T): (options: InferPluginOptions<T>) => PluginDescriptor<any, any, T>;
371
+ declare function configurator<T extends PluginConstructor<any, any, any>>(plugin: T): (options: InferPluginOptions<T>) => PluginDescriptor<any, Plugin<any, InferPluginOptions<T>>, T>;
372
372
  /**
373
373
  * Normalizes a plugin constructor or descriptor into a descriptor.
374
374
  *