first commit
This commit is contained in:
8
public/assets/quill/core/utils/scrollRectIntoView.d.ts
vendored
Normal file
8
public/assets/quill/core/utils/scrollRectIntoView.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export type Rect = {
|
||||
top: number;
|
||||
right: number;
|
||||
bottom: number;
|
||||
left: number;
|
||||
};
|
||||
declare const scrollRectIntoView: (root: HTMLElement, targetRect: Rect) => void;
|
||||
export default scrollRectIntoView;
|
||||
Reference in New Issue
Block a user