UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

12 lines (11 loc) 383 B
import * as React from 'react'; import { IExampleItem } from '@uifabric/example-data'; export interface IListGhostingExampleProps { items?: IExampleItem[]; } export declare class ListGhostingExample extends React.Component<IListGhostingExampleProps> { private _items; constructor(props: IListGhostingExampleProps); render(): JSX.Element; private _onRenderCell; }