UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

10 lines (9 loc) 310 B
import { ReactNode } from 'react'; type PageCarouselCardPageProps = { carouselId: string; children: ReactNode; visibleCardsPerPage: number; pageIndex: number; }; export declare function PageCarouselCardPage(props: PageCarouselCardPageProps): import("react/jsx-runtime").JSX.Element; export {};