@fluentui/react-northstar
Version:
A themable React component library.
13 lines (12 loc) • 673 B
TypeScript
import { BoxProps } from '../Box/Box';
interface ToolbarMenuItemActiveIndicatorOwnProps {
}
export interface ToolbarMenuItemActiveIndicatorProps extends ToolbarMenuItemActiveIndicatorOwnProps, BoxProps {
}
export declare type ToolbarMenuItemActiveIndicatorStylesProps = {};
export declare const toolbarMenuItemActiveIndicatorClassName = "ui-toolbar__menuitemactiveindicator";
/**
* A ToolbarMenuItemActiveIndicator allows a user to have a dedicated component that can be targeted from the theme.
*/
export declare const ToolbarMenuItemActiveIndicator: import("@fluentui/react-bindings").ComponentWithAs<"span", ToolbarMenuItemActiveIndicatorProps & BoxProps>;
export {};