UNPKG

ng-devui

Version:

DevUI components based on Angular

4 lines (3 loc) 309 B
export type PositionType = 'left' | 'right' | 'top' | 'bottom' | 'bottom-left' | 'bottom-right' | 'top-left' | 'top-right' | 'left-top' | 'left-bottom' | 'right-top' | 'right-bottom'; export type PopoverType = 'success' | 'error' | 'warning' | 'info' | 'default'; export type TriggerType = 'click' | 'hover';