UNPKG

@yandex/ui

Version:

Yandex UI components

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