UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 172 B
export type FilterInputProps = { value: string; onChange: (newValue: string) => void; }; export declare function FilterInput(props: FilterInputProps): JSX.Element;