UNPKG

@vuesax-alpha/nightly

Version:
7 lines (6 loc) 213 B
import type { ComputedRef } from 'vue'; export declare let cachedContainer: HTMLElement; export declare const useNotificationContainerId: () => { id: ComputedRef<string>; selector: ComputedRef<string>; };