UNPKG
@duoduo-oba/ng-devui
Version:
latest (8.0.2)
8.0.2
8.0.1
8.0.0
DevUI components based on Angular
devui.design
DevCloudFE/ng-devui
@duoduo-oba/ng-devui
/
anchor
/
anchor.type.d.ts
11 lines
(10 loc)
•
306 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
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'
;