UNPKG

@yandex/ui

Version:

Yandex UI components

22 lines (21 loc) 824 B
import React from 'react'; import './Icon_glyph.css'; import './Icon_glyph_x-sign.css'; export interface IWithGlyphXSignProps { /** * Символ иконки */ glyph?: 'x-sign'; } /** * Модификатор, отвечающий за символ иконки. * @param {IIconGlyphProps} props */ export declare const withGlyphXSign: { <K extends import("@bem-react/core").IClassNameProps = {}>(WrappedComponent: React.ComponentType<IWithGlyphXSignProps & K>): (props: IWithGlyphXSignProps & 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; };