@axa-fr/react-toolkit-form-steps
Version:
1. [Installation](#installation) 2. [Old Design Steps](#old-design-steps) 3. [New Design Steps](#new-design-steps)
6 lines • 308 B
TypeScript
import { ComponentPropsWithoutRef } from 'react';
import StepNoLink from './StepNoLink';
declare type Props = ComponentPropsWithoutRef<typeof StepNoLink>;
declare const StepDisabled: ({ className, ...otherProps }: Props) => JSX.Element;
export default StepDisabled;
//# sourceMappingURL=StepDisabled.d.ts.map