UNPKG

@yandex/ui

Version:

Yandex UI components

23 lines (22 loc) 1.07 kB
/// <reference types="react" /> import './Textinput_theme_websearch.css'; export interface ITextinputThemeWebsearchProps { /** * Стилевое оформление текстового поля. */ theme?: 'websearch'; } /** * Модификатор, отвечающий за стилевое оформление текстового поля. * @param {ITextinputThemeWebsearchProps} props * * @deprecated Рекомендуется использовать withViewDefault */ export declare const withThemeWebsearch: { <K extends import("@bem-react/core").IClassNameProps = {}>(WrappedComponent: import("react").ComponentType<ITextinputThemeWebsearchProps & K>): (props: ITextinputThemeWebsearchProps & K) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>; __isSimple: boolean; __blockName: string; __mod: string; __value: string | number | boolean | undefined; __passToProps: boolean; };