UNPKG
vue-sticky-directive-ts
Version:
latest (0.0.17)
0.0.17
0.0.16
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
A powerful vue directive make element sticky.
oruman/vue-sticky-directive-ts
vue-sticky-directive-ts
/
dist
/
index.d.ts
7 lines
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
Plugin
}
from
"vue-demi"
;
import
Sticky
from
"./sticky"
;
import
type
{
StickyOptions
}
from
"./sticky"
;
declare
const
plugin
:
Plugin
;
export
default
plugin;
export
{
Sticky
,
StickyOptions
};
//# sourceMappingURL=index.d.ts.map