office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
13 lines (12 loc) • 412 B
TypeScript
import { BaseComponent } from '../../../Utilities';
import { IButtonProps } from '../Button.types';
/**
* {@docCategory Button}
*/
export declare class PrimaryButton extends BaseComponent<IButtonProps, {}> {
/**
* Set this BaseComponent._skipComponentRefResolution to true, bypassing resolution of componentRef.
*/
protected _skipComponentRefResolution: boolean;
render(): JSX.Element;
}