UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

5 lines (4 loc) 218 B
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;