import type { Action } from 'svelte/action'; | |
import type { PopperArgs } from './types.js'; | |
export declare const usePopper: Action<HTMLElement, PopperArgs>; | |
import type { Action } from 'svelte/action'; | |
import type { PopperArgs } from './types.js'; | |
export declare const usePopper: Action<HTMLElement, PopperArgs>; | |