mirror of
https://github.com/fmhy/edit.git
synced 2025-07-30 07:42:18 +10:00
7 lines
222 B
TypeScript
7 lines
222 B
TypeScript
/* eslint-disable ts/consistent-type-imports */
|
|
declare module '*.vue' {
|
|
const component: import('vue').Component
|
|
export default component
|
|
}
|
|
|
|
declare const FMHY_HOMEPAGE_ITEMS: typeof import('./constants').wikiSidebar
|