UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Office 365.

8 lines (7 loc) 339 B
/// <reference types="react" /> import * as React from 'react'; import { IObjectWithKey } from 'office-ui-fabric-react/lib/Selection'; import { IStaticListProps } from './StaticList.types'; export declare class StaticList<TItem extends IObjectWithKey> extends React.Component<IStaticListProps<TItem>> { render(): JSX.Element; }