mirror of
https://github.com/ckaczor/HomeStatus.git
synced 2026-02-12 11:08:35 -05:00
8 lines
108 B
TypeScript
8 lines
108 B
TypeScript
declare module 'vue-highcharts' {
|
|
export const _default: {
|
|
install: any;
|
|
}
|
|
|
|
export default _default;
|
|
}
|