UNPKG
ngx-fullpage
Version:
latest (5.1.0)
5.1.0
5.0.4
5.0.3
5.0.2
5.0.0
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
Angular fullpage scrolling
github.com/meiblorn/ngx-fullpage
meiblorn/ngx-fullpage
ngx-fullpage
/
components
/
index.d.ts
6 lines
(5 loc)
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@author
Meiblorn (Vadim Fedorenko) <meiblorn
@gmail
.com | admin
@meiblorn
.com> on 12/05/16. */
export
{
MnFullpageModule
,
MnFullpageDirective
,
MnFullpageOptions
,
MnFullpageService
}
from
'./fullpage/index'
;
export
declare
const
MN_FULLPAGE_DIRECTIVES
:
Array
<
any
>;