UNPKG

@axa-fr/react-toolkit-form-steps

Version:

1. [Installation](#installation) 2. [Old Design Steps](#old-design-steps) 3. [New Design Steps](#new-design-steps)

8 lines 352 B
import { ComponentPropsWithoutRef, ReactNode } from 'react'; import StepBase from './StepBase'; declare type Props = ComponentPropsWithoutRef<typeof StepBase> & { number?: ReactNode; }; declare const StepNoLink: ({ number, title, className, ...otherProps }: Props) => JSX.Element; export default StepNoLink; //# sourceMappingURL=StepNoLink.d.ts.map