UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

11 lines (10 loc) 261 B
export function uiHelpers(): { isOpen: boolean; toggle: () => void; close: () => void; open: () => void; }; export function clickOutside(element: any, callbackFunction: any): { update(newCallbackFunction: any): void; destroy(): void; };