UNPKG
@netvlies/vue-sylius-bundle
Version:
latest (0.0.2-0)
next (0.0.2-3)
0.0.2-3
0.0.2-2
0.0.2-0
A bundle of useful api calls / methods for your Sylius projects
@netvlies/vue-sylius-bundle
/
dist
/
types
/
install.d.ts
4 lines
•
185 B
TypeScript
View Raw
1
2
3
4
import
{
PluginFunction
}
from
'vue'
;
import
{
PluginConfig
}
from
'./types/plugin'
;
export
declare
const
install
:
PluginFunction
<
PluginConfig
>;
//# sourceMappingURL=install.d.ts.map