Commit 2c37c7e8 authored by Alejandro Celaya's avatar Alejandro Celaya Committed by Alejandro Celaya

Export type which is part of the public API

parent 96e9cf59
......@@ -43,7 +43,7 @@ export type WorkingBucket = {
top: number;
/**
* he bottommost (highest) vertical offset for the anchors in this bucket —
* The bottommost (highest) vertical offset for the anchors in this bucket —
* the highest `top` position value, akin to the bottom of a theoretical box
* drawn around all the anchor highlights in this bucket
*/
......
......@@ -35,7 +35,7 @@ export function offsetRelativeTo(
return offset;
}
type DurationOptions = { maxDuration?: number };
export type DurationOptions = { maxDuration?: number };
/**
* Scroll `element` until its `scrollTop` offset reaches a target value.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment