@yandex/ui
Version:
Yandex UI components
18 lines (17 loc) • 852 B
TypeScript
/// <reference types="react" />
import './MessageBox_view_default.css';
export declare type MessageBoxViewDefaultProps = {
view?: 'default';
};
/**
* Модификатор, отвечающий за внешний вид компонента.
* @param {MessageBoxViewDefaultProps} props
*/
export declare const withViewDefault: {
<K extends import("@bem-react/core").IClassNameProps = {}>(WrappedComponent: import("react").ComponentType<MessageBoxViewDefaultProps & K>): (props: MessageBoxViewDefaultProps & 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;
};