File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 112112
113113<script lang="ts" setup>
114114import { ref } from " vue" ;
115- import type { LinearGradient , RadialGradient } from " vue3-openlayers" ;
116- import type { ConicGradient } from " @components/styles" ;
115+ import type {
116+ LinearGradient ,
117+ RadialGradient ,
118+ ConicGradient ,
119+ } from " vue3-openlayers" ;
117120
118121const center = ref ([- 98.8449 , 19.6869 ]);
119122const projection = ref (" EPSG:4326" );
Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ import {
1515import Providers from "./providers" ;
1616import type { App , Plugin } from "vue" ;
1717import type { Vue3OpenlayersGlobalOptions } from "./types" ;
18+ import type {
19+ LinearGradient ,
20+ RadialGradient ,
21+ ConicGradient ,
22+ Gradient ,
23+ } from "@components/styles" ;
1824export * from "./composables" ;
1925
2026const install : Plugin = ( app : App , options ?: Vue3OpenlayersGlobalOptions ) => {
@@ -46,4 +52,8 @@ export {
4652 Animations ,
4753 Providers ,
4854 type Vue3OpenlayersGlobalOptions ,
55+ type LinearGradient ,
56+ type RadialGradient ,
57+ type ConicGradient ,
58+ type Gradient ,
4959} ;
Original file line number Diff line number Diff line change 2929 "@/*" : [" ./src/*" ],
3030 "@components/*" : [" ./src/components/*" ],
3131 "@demos/*" : [" ./src/demos/*" ],
32- "vue3-openlayers/* " : [" src/* " ]
32+ "vue3-openlayers" : [" ./ src/index.ts " ]
3333 },
3434 "checkJs" : false
3535 },
You can’t perform that action at this time.
0 commit comments