14 lines
482 B
TypeScript
14 lines
482 B
TypeScript
declare module "*.vue" {
|
|
import { defineComponent } from "vue"
|
|
const component: ReturnType<typeof defineComponent>
|
|
export default component
|
|
}
|
|
declare module "pouchdb-adapter-indexeddb"
|
|
declare module "@toycode/markdown-it-class"
|
|
declare module "markdown-it-block-embed"
|
|
declare module "markdown-it-checkbox"
|
|
declare module "markdown-it-regexp"
|
|
declare module "markdown-it-iframe"
|
|
declare module "@rushstack/eslint-patch/modern-module-resolution"
|
|
declare module "pastel-color"
|