UNPKG

@activecollab/components

Version:

ActiveCollab Components

10 lines 307 B
import { FC } from "react"; export interface IStepActionButton { isLast?: boolean; onNextButtonClick?: () => void; actionLabel?: string; disabled?: boolean; className?: string; } export declare const StepActionButton: FC<IStepActionButton>; //# sourceMappingURL=StepActionButton.d.ts.map