UNPKG

@yandex/ui

Version:

Yandex UI components

22 lines (21 loc) 991 B
/// <reference types="react" /> import './Textinput_view_search-arrow.css'; export interface TextinputViewSearchArrowProps { /** * Стилевое оформление текстового поля. */ view?: 'search-arrow'; } /** * Модификатор, отвечающий за стилевое оформление текстового поля. * @param {TextinputViewSearchArrowProps} props * */ export declare const withViewSearchArrow: { <K extends import("@bem-react/core").IClassNameProps = {}>(WrappedComponent: import("react").ComponentType<TextinputViewSearchArrowProps & K>): (props: TextinputViewSearchArrowProps & 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; };