UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

7 lines (6 loc) 208 B
import React from 'react'; export declare function EmptyStateUnauthorized(props: { adminMessage?: string; loginLink?: React.ReactNode; title?: string; }): import("react/jsx-runtime").JSX.Element;