@libs-ui/components-inputs-quill 0.2.314-0 → 0.2.316-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.
@@ -552,6 +552,7 @@ const linkDefault = () => {
552
552
  };
553
553
  };
554
554
 
555
+ /* eslint-disable @typescript-eslint/no-explicit-any */
555
556
  class LibsUiComponentsInputsQuillComponent {
556
557
  qlEditorElement = signal(undefined);
557
558
  timeoutScrollToSelectionWithElementScrollHeightAuto = signal(undefined);