UNPKG

devkit-base-components

Version:

Devkit Base Components is a Vue plugin offering a collection of reusable, headless components designed to streamline your Vue.js development workflow. Built for flexibility and maintainability, this library gives you complete control over styling and beha

12 lines (11 loc) 329 B
import { default as Dexie } from 'dexie'; import { CacheHelper } from './CacheHelper'; import { IconHelper } from './IconHelper'; export declare class DevkitStaticDB extends Dexie { cache: CacheHelper; iconHelper: IconHelper; private cacheHelper; private icon; constructor(); } export default DevkitStaticDB;