UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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