@fluentui/react-northstar
Version:
A themable React component library.
12 lines (11 loc) • 609 B
TypeScript
import { BoxProps } from '../Box/Box';
export interface ToolbarMenuRadioGroupWrapperOwnProps {
}
export interface ToolbarMenuRadioGroupWrapperProps extends ToolbarMenuRadioGroupWrapperOwnProps, BoxProps {
}
export declare type ToolbarMenuRadioGroupWrapperStylesProps = never;
export declare const toolbarMenuRadioGroupWrapperClassName = "ui-toolbars";
/**
* An ToolbarMenuRadioGroupWrapper provides a wrapping slot for in ToolbarMenuRadioGroup.
*/
export declare const ToolbarMenuRadioGroupWrapper: import("@fluentui/react-bindings").ComponentWithAs<"li", ToolbarMenuRadioGroupWrapperOwnProps & BoxProps>;