UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 162 B
import type { JSX } from 'react'; export type SearchProps = { className?: string; }; export declare function Search({ className }: SearchProps): JSX.Element;