React component. A link wrapper that applies inline style and prevent the lint to be split up across multiple lines. See Fluent UI Docs
InlineLink(props: LinkProps): ReactNode | Promise<ReactNode>
static displayName?: string
Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.
Legacy React Docs
const MyComponent: FC = () => { return Hello! } MyComponent.displayName = 'MyAwesomeComponent' Copy
const MyComponent: FC = () => { return Hello! } MyComponent.displayName = 'MyAwesomeComponent'
static propTypes?: any
Ignored by React.
Only kept in types for backwards compatibility. Will be removed in a future major release.
React component. A link wrapper that applies inline style and prevent the lint to be split up across multiple lines. See Fluent UI Docs