import type { ModalConfig } from './types.js'; | |
export declare function useModal(node: HTMLElement, config: ModalConfig): { | |
update: (config: ModalConfig) => void; | |
destroy(): void; | |
}; | |
import type { ModalConfig } from './types.js'; | |
export declare function useModal(node: HTMLElement, config: ModalConfig): { | |
update: (config: ModalConfig) => void; | |
destroy(): void; | |
}; | |