UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

8 lines (7 loc) 312 B
import { KendoComponent } from '../_types/component'; export declare const SEARCHBAR_CLASSNAME = "k-searchbar"; export type KendoSearchBarProps = { placeholder?: string; }; export declare const SearchBar: KendoComponent<KendoSearchBarProps & React.HTMLAttributes<HTMLSpanElement>>; export default SearchBar;