office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
9 lines (8 loc) • 315 B
TypeScript
import * as React from 'react';
import { IDialogFooterProps } from './DialogFooter.types';
export declare class DialogFooterBase extends React.Component<IDialogFooterProps, {}> {
private _classNames;
constructor(props: IDialogFooterProps);
render(): JSX.Element;
private _renderChildrenAsActions;
}