office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
9 lines (8 loc) • 346 B
TypeScript
/// <reference types="react" />
import { BaseComponent } from '../../Utilities';
import { IGroupShowAllProps } from './GroupShowAll.types';
export declare class GroupShowAllBase extends BaseComponent<IGroupShowAllProps, {}> {
static defaultProps: IGroupShowAllProps;
render(): JSX.Element | null;
private _onSummarizeClick;
}