export interface DropdownProps {
    /**
     * Sets the position of the dropdown
     */
    position?: 'left' | 'right' | 'center';
}
