UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

6 lines (5 loc) 255 B
/// <reference types="react" /> import * as React from 'react'; export declare function withContainsFocus<TProps extends { containsFocus?: boolean; }, S>(ComposedComponent: new (props: TProps, ...args: any[]) => React.Component<TProps, S>): any;