UNPKG

@ninjabumps/hidden-ng2-dragula-angular-v19

Version:

Fork of ng2-dragula updated to angular version 19 while waiting for the lib author to update official package.

10 lines (9 loc) 315 B
import { DrakeWithModels } from "./DrakeWithModels"; import { DragulaOptions } from "./DragulaOptions"; export declare class Group { name: string; drake: DrakeWithModels; options: DragulaOptions; initEvents: boolean; constructor(name: string, drake: DrakeWithModels, options: DragulaOptions); }