UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

7 lines (6 loc) 401 B
import { DesignerHTMLElement } from '../../../designer-canvas/src/composition/types'; import { DesignerItemContext } from '../../../designer-canvas'; export declare function responseToolbarItemDragula(designItemContext: DesignerItemContext): { dragulaInstance: any; initDragula: (resizedContent: DesignerHTMLElement, resizedContainer: DesignerHTMLElement, updateToolbarItems: any) => void; };