UNPKG

fluid-dnd

Version:

An agnostic drag and drop library to sort all kind of lists. With current support for vue 3 and svelte

4 lines (3 loc) 175 B
import { ListCondig } from ".."; import { Config, CoreConfig } from ".."; export declare const getConfig: <T>(listCondig: ListCondig<T>, config?: Config<T>) => CoreConfig<T>;