UNPKG
@period-year-norway/ngx-bootstrap
Version:
latest (12.0.11)
12.0.11
12.0.10
12.0.9
12.0.7
12.0.6
12.0.5
12.0.3
9.0.1
Angular Bootstrap
github.com/valor-software/ngx-bootstrap
Period-Year-Norway/ngx-bootstrap
@period-year-norway/ngx-bootstrap
/
positioning
/
modifiers
/
initData.d.ts
3 lines
(2 loc)
•
200 B
TypeScript
View Raw
1
2
3
import
{
Data
,
Options
}
from
'../models'
;
export
declare
function
initData
(
targetElement
:
HTMLElement
|
null
,
hostElement
:
HTMLElement
|
null
,
position
:
string
,
options
?:
Options
):
Data
|
undefined
;