vue-devui
Version:
DevUI components based on Vite and Vue3
11 lines (10 loc) • 597 B
TypeScript
import { DragSyncDirective } from './drag-sync.directive';
import { DropSortSyncDirective } from './drop-sort-sync.directive';
import { DescendantRegisterService } from './desc-reg.service';
import { InjectionKey } from 'vue';
export declare class DragSyncDescendantRegisterService extends DescendantRegisterService<DragSyncDirective> {
static TOKEN: InjectionKey<DragSyncDescendantRegisterService>;
}
export declare class DropSortSyncDescendantRegisterService extends DescendantRegisterService<DropSortSyncDirective> {
static TOKEN: InjectionKey<DropSortSyncDescendantRegisterService>;
}