UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

8 lines (7 loc) 245 B
import { ComponentType, ReactNode } from 'react'; export declare function PageTableEmptyState(props: { icon?: ComponentType; title: string; description?: string; children?: ReactNode; }): import("react/jsx-runtime").JSX.Element;