UNPKG

@redocly/theme

Version:

Shared UI components lib

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