UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

6 lines (5 loc) 170 B
export declare function PageWizardFooter(props: { onNext?: () => void; onBack: () => void; onCancel: () => void; }): import("react/jsx-runtime").JSX.Element;