UNPKG

@yandex/ui

Version:

Yandex UI components

22 lines (21 loc) 836 B
import React from 'react'; import './Icon_glyph.css'; import './Icon_glyph_carets-v.css'; export interface IWithGlyphCaretsVProps { /** * Символ иконки */ glyph?: 'carets-v'; } /** * Модификатор, отвечающий за символ иконки. * @param {IIconGlyphProps} props */ export declare const withGlyphCaretsV: { <K extends import("@bem-react/core").IClassNameProps = {}>(WrappedComponent: React.ComponentType<IWithGlyphCaretsVProps & K>): (props: IWithGlyphCaretsVProps & K) => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>; __isSimple: boolean; __blockName: string; __mod: string; __value: string | number | boolean | undefined; __passToProps: boolean; };