keystone-design-bootstrap 1.0.92 → 1.0.93
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/package.json
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
// Ambient types for '@rails/actioncable'. Customer sites compile this package's
|
|
2
|
+
// source directly, and their tsconfig doesn't include the package's .d.ts files,
|
|
3
|
+
// so this reference is required for the import below to resolve in consumer builds.
|
|
4
|
+
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
|
|
5
|
+
/// <reference path="../../types/rails-actioncable.d.ts" />
|
|
1
6
|
'use client';
|
|
2
7
|
|
|
3
8
|
import { useCallback, useEffect, useRef } from 'react';
|