UNPKG

@redocly/theme

Version:

Shared UI components lib

4 lines (3 loc) 187 B
import type { JSX } from 'react'; import type { FilterProps } from '../../core/types'; export declare function FilterCheckboxes({ filter, filterValuesCasing }: FilterProps): JSX.Element;