office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
10 lines (9 loc) • 371 B
TypeScript
import { BaseComponent } from '../../../Utilities';
import { IButtonProps } from '../Button.Props';
export declare class PrimaryButton extends BaseComponent<IButtonProps, {}> {
/**
* Set this BaseComponent._resolveComponentRef to false, bypassing resolution of componentRef.
*/
protected _shouldUpdateComponentRef: boolean;
render(): JSX.Element;
}