@uifabric/experiments
Version:
Experimental React components for building experiences for Microsoft 365.
10 lines (9 loc) • 404 B
TypeScript
import * as React from 'react';
import { IButtonComponent, IButtonProps } from '../Button.types';
/** @deprecated */
export declare const MessageBarButtonTokens: IButtonComponent['tokens'];
/**
* @deprecated This component was experimental and is not longer being developed on, nor will it be supported in the
* future.
*/
export declare const MessageBarButton: React.FunctionComponent<IButtonProps>;