UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

5 lines (4 loc) 199 B
import { IsConformantOptions } from '@fluentui/react-conformance'; export declare function isConformant(testInfo: Omit<IsConformantOptions, 'componentPath'> & { componentPath?: string; }): void;