UNPKG

@yandex/ui

Version:

Yandex UI components

22 lines (21 loc) 901 B
import React from 'react'; import './ButtonGroup_pin_base.css'; import './ButtonGroup_pin_round.css'; export interface ButtonGroupPinRoundProps { /** * Вертикальное позиционирование кнопока */ pin?: 'round'; } /** * Модификатор, делающий из ссылки псевдоссылку. * @param {ButtonGroupProps} props */ export declare const withPinRound: { <K extends import("@bem-react/core").IClassNameProps = {}>(WrappedComponent: React.ComponentType<ButtonGroupPinRoundProps & K>): (props: ButtonGroupPinRoundProps & 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; };