UNPKG

legion-vue-core

Version:

7 lines (6 loc) 136 B
export interface DropdownProps { /** * Sets the position of the dropdown */ position?: 'left' | 'right' | 'center'; }