UNPKG

@sorens/artist-svelte

Version:

an opinionated and clean UI framework for SvelteKit with theme support built-in

5 lines (4 loc) 152 B
export declare type useAction<T = HTMLElement> = (node?: T, parameters?: any) => { update?: (parameters: any) => void; destroy?: () => void; };