UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 213 B
import type { JSX, PropsWithChildren } from 'react'; export type FilterOptionsProps = PropsWithChildren<{ className?: string; }>; export declare function FilterOptions(props: FilterOptionsProps): JSX.Element;