@intersect.mbo/govtool-delegation-pillar
Version:
Delegation Pillar of the GovTool project
12 lines (11 loc) • 457 B
TypeScript
type Props = {
title?: string;
description?: string;
primaryButtonText?: string;
secondaryButtonText?: string;
onPrimaryButton?: () => void;
onSecondaryButton?: () => void;
hideSecondaryButton?: boolean;
};
export declare const WrongRouteInfo: ({ title, description, primaryButtonText, secondaryButtonText, hideSecondaryButton, onPrimaryButton, onSecondaryButton, }: Props) => import("react/jsx-runtime").JSX.Element;
export {};