// Copyright 2017-2026 @pezkuwi/react-components authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { DropdownItemProps, DropdownProps, StrictDropdownProps } from 'semantic-ui-react';
import React, { useCallback, useEffect, useRef, useState } from 'react';
import { Button as SUIButton, Dropdown as SUIDropdown } from 'semantic-ui-react';
import { isUndefined } from '@pezkuwi/util';
import Labelled from './Labelled.js';
import { styled } from './styled.js';
interface Props