UNPKG

@moderntribe/wme-ui

Version:

Components and hooks to build the best UX/UI admin wizards

8 lines 271 B
import type React from 'react'; import type { ReactElement } from 'react'; export interface WizardHeaderProps { children: ReactElement; } declare const WizardHeader: React.FC<WizardHeaderProps>; export default WizardHeader; //# sourceMappingURL=wizard-header.d.ts.map