UNPKG

@devopness/ui-react

Version:

Devopness Design System React Components - Painless essential DevOps to everyone

5 lines (4 loc) 305 B
import { OptionProps as OptionReactSelectProps, GroupBase } from 'react-select'; import { OptionProps } from '../index'; declare const DropdownIndicator: (args: OptionReactSelectProps<OptionProps, boolean, GroupBase<OptionProps>>) => import("react/jsx-runtime").JSX.Element; export { DropdownIndicator };