UNPKG

@yandex/ui

Version:

Yandex UI components

23 lines (22 loc) 993 B
/// <reference types="react" /> import './Popup_theme_normal.css'; export interface IPopupThemeNormalProps { /** * Стилевое оформление попапа */ theme?: 'normal'; } /** * Модификатор, отвечающий за стилевое оформление попапа. * @param {IPopupThemeNormalProps} props * * @deprecated Рекомендуется использовать withViewDefault */ export declare const withThemeNormal: { <K extends import("@bem-react/core").IClassNameProps = {}>(WrappedComponent: import("react").ComponentType<IPopupThemeNormalProps & K>): (props: IPopupThemeNormalProps & 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; };