UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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