Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
ulixee
Edit Copy
Star
GitHub Repository:
ulixee/secret-agent
Path:
blob/main/website/src/shims-svg.d.ts
1
0
2
8
views
1
declare
module
'*.svg'
{
2
import
Vue
from
'vue'
;
3
4
export
default
Vue
;
5
}
6
7