UNPKG
valaxy-addon-components
Version:
latest (0.1.0)
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Common Components for Valaxy
github.com/YunYouJun/valaxy/tree/main/packages/valaxy-addon-components
valaxy-addon-components
/
node
/
index.ts
9 lines
(7 loc)
•
190 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{ defineValaxyAddon }
from
'valaxy'
import
pkg
from
'../package.json'
export
const
addonComponents =
defineValaxyAddon
(
options
=>
({
name
: pkg.
name
,
enable
:
true
, options, }))