UNPKG

@duoduo-oba/ng-devui

Version:

DevUI components based on Angular

9 lines (8 loc) 289 B
import { DropDownDirective } from './dropdown.directive'; export declare class DropDownService { private openScope; private closeDropdownBind; open(dropdownScope: DropDownDirective): void; close(dropdownScope: DropDownDirective): void; private closeDropdown; }