UNPKG

@arco-design/web-vue

Version:

Arco Design Vue 2.0: A Vue.js 3 UI Library

6 lines (5 loc) 200 B
import { PropType } from 'vue'; import { ButtonProps } from '../button'; declare type DropdownPosition = 'top' | 'tl' | 'tr' | 'bottom' | 'bl' | 'br'; declare const _default; export default _default;