@inntechcorp/it-design 2.0.104 → 2.0.105

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/dist/index.d.ts CHANGED
@@ -521,11 +521,6 @@ type ModalContextType = {
521
521
  * @returns
522
522
  */
523
523
  removeAllModals: () => void;
524
- /**
525
- *
526
- * @returns
527
- */
528
- setCustomContext: (...context: Context<any>[]) => void;
529
524
  /**
530
525
  * Triggered whenever any event related to modals occurs.
531
526
  */