UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 294 B
import type { JSX } from 'react'; import type { SelectProps } from '../../core/types/select'; export declare function Select<T>(props: SelectProps<T>): JSX.Element; export declare const SelectWrapper: import("styled-components").StyledComponent<"div", any, { disabled?: boolean; }, never>;