UNPKG

@redocly/theme

Version:

Shared UI components lib

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