UNPKG

@redocly/theme

Version:

Shared UI components lib

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