UNPKG

tdesign-vue-next

Version:
5 lines (4 loc) 253 B
export declare const ANCHOR_SHARP_REGEXP: RegExp; export type ANCHOR_CONTAINER = HTMLElement | Window; export declare function getOffsetTop(target: HTMLElement, container: ANCHOR_CONTAINER): number; export declare function copyText(text: string): void;