@slidev/types 0.48.0-beta.12 → 0.48.0-beta.14
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.mts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -462,8 +462,8 @@ interface ClicksInfo {
|
|
|
462
462
|
type ResolvedClicksInfo = Required<ClicksInfo>;
|
|
463
463
|
type ClicksMap = Map<ClicksElement, ClicksInfo>;
|
|
464
464
|
interface ClicksContext {
|
|
465
|
+
current: number;
|
|
465
466
|
readonly disabled: boolean;
|
|
466
|
-
readonly current: number;
|
|
467
467
|
readonly relativeOffsets: ClicksRelativeEls;
|
|
468
468
|
readonly map: ClicksMap;
|
|
469
469
|
resolve: (at: string | number, size?: number) => {
|