UNPKG

@redocly/theme

Version:

Shared UI components lib

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