UNPKG

oui-kit

Version:

🎯 *UI toolkit with a French touch* 🇫🇷

10 lines (9 loc) • 250 B
declare function bind(el: HTMLElement, { value }: { value?: boolean | undefined; }): void; declare function unbind(el: HTMLElement): void; export declare const vFocustrap: { beforeMount: typeof bind; unMount: typeof unbind; }; export {};