12 lines
279 B
TypeScript
12 lines
279 B
TypeScript
// The Lucia project.
|
|
// Copyright 2024-2026 DSP, inc. All rights reserved.
|
|
// Authors:
|
|
// cindy.chang@dsp.im (Cindy Chang), 2024/7/9
|
|
// imacat.yang@dsp.im (imacat), 2026/3/6
|
|
/**
|
|
* @module types/vue.d
|
|
* Vue App type import (placeholder).
|
|
*/
|
|
|
|
import { App } from 'vue';
|