UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

9 lines (8 loc) 308 B
/// <reference types="react" /> import { BaseComponent } from '../../Utilities'; import { IGrid, IGridProps } from './Grid.types'; export declare class GridBase extends BaseComponent<IGridProps, {}> implements IGrid { private _id; constructor(props: IGridProps); render(): JSX.Element; }