UNPKG
@dcodegroup/vue-mention
Version:
latest (3.0.0)
3.0.0
2.0.2
2.0.1
0.0.2
0.0.1
Mention popper for input and textarea
github.com/dcodegroup/vue-mention
dcodegroup/vue-mention
@dcodegroup/vue-mention
/
dist
/
index.d.ts
10 lines
(9 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
App
}
from
'vue'
;
import
Mentionable
from
'./Mentionable.vue'
;
export
{
Mentionable
, };
export
declare
function
install
(
app
:
App
,
options
:
string
):
void
;
declare
const
plugin
: {
version
:
string
;
install
:
typeof
install; };
export
default
plugin;