mirror of
https://github.com/fmhy/edit.git
synced 2026-01-28 19:01:02 +00:00
8 lines
222 B
TypeScript
8 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
|