mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-07 17:31:12 +08:00
11 lines
356 B
TypeScript
11 lines
356 B
TypeScript
/// <reference types="./types" />
|
|
declare global {
|
|
interface Window {
|
|
visualViewport: HTMLElement;
|
|
}
|
|
}
|
|
export declare const initUI: (vditor: IVditor) => void;
|
|
export declare const setPadding: (vditor: IVditor) => void;
|
|
export declare const setTypewriterPosition: (vditor: IVditor) => void;
|
|
export declare function UIUnbindListener(): void;
|