@easy-smart-app-banner/vue-plugin
Version:
A Vue Plugin for the Easy Smart App Banner
19 lines (12 loc) • 523 B
TypeScript
import { App } from 'vue';
import { InjectionKey } from 'vue';
import { SmartAppBanner } from '@easy-smart-app-banner/core';
import { SmartBannerOptions } from '@easy-smart-app-banner/core';
declare const _default: {
install(app: App, options: SmartBannerOptions): void;
};
export default _default;
export declare const SmartAppBannerInjectionKey: InjectionKey<SmartAppBanner>;
export declare function useSmartAppBanner(): SmartAppBanner;
export * from "@easy-smart-app-banner/core";
export { }