UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

11 lines (10 loc) 331 B
import { ReactNode } from 'react'; export declare function PageTabs(props: { children: ReactNode; initialTabIndex?: number; loading?: boolean; }): import("react/jsx-runtime").JSX.Element; export declare function PageTab(props: { label?: string; children: ReactNode; }): import("react/jsx-runtime").JSX.Element;