UNPKG

@duoduo-oba/ng-devui

Version:

DevUI components based on Angular

11 lines (10 loc) 306 B
export interface IAnchorBox { scrollTarget: Element | Window; defaultAnchor: string; forceActiveAnchor: Function; view: { top?: number; bottom?: number; }; } export declare type AnchorActiveChangeSource = 'anchor-link' | 'scroll' | 'click-inside' | 'initial';