UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

6 lines (5 loc) 259 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;