UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

7 lines (6 loc) 187 B
import * as React from 'react'; export interface IReactProps<T> { children?: React.ReactNode | undefined; key?: React.Key | undefined; ref?: React.LegacyRef<T> | undefined; }