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) • 568 B
TypeScript
import { Plugin } from 'vue';
import { DevkitBaseConfig } from './devkit_base_components';
export * from './pkg/types/types';
export * from './pkg/types/api_types';
export * from './app/base/index';
export * from './pkg/utils/LocaleUtils';
export declare const cacheHelper: import('./pkg/database/CacheHelper').CacheHelper;
export declare const iconHelper: import('./pkg/database/IconHelper').IconHelper;
export declare function setupI18nSync(): void;
declare const DevkitBaseComponentsPlugin: Plugin<DevkitBaseConfig<any>>;
export default DevkitBaseComponentsPlugin;