UNPKG
vue3-social-sharing
Version:
beta (1.3.0-0)
latest (1.4.1)
1.4.1
1.4.0
1.3.1
1.3.0
1.3.0-0
1.2.0-0
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
Vue 3 social sharing plugin
github.com/hedint/vue3-social-sharing
hedint/vue3-social-sharing
vue3-social-sharing
/
dist
/
types
/
social-networks.d.ts
3 lines
(2 loc)
•
138 B
TypeScript
View Raw
1
2
3
import
type
AvailableNetworks
from
"../data/networks.ts"
;
export
type
SocialNetworks
=
typeof
AvailableNetworks
&
Record
<
string
,
string
>;