UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

5 lines (4 loc) 207 B
import * as React from 'react'; export declare function withContainsFocus<P extends { containsFocus?: boolean; }, S>(ComposedComponent: (new (props: P, ...args: any[]) => (React.Component<P, S>))): any;