northants-design-system
Version:
Design system for West & North Northamptonshire Councils, two unitary councils encompassing Wellingborough, Corby, Daventry, East Northants, Kettering, Northampton, Northamptonshire County and South Northants.
8 lines (7 loc) • 339 B
TypeScript
import React from 'react';
import { SignpostLinkProp } from '../../structure/SignpostLinks/SignpostLinks.types';
export interface SignpostPageExampleProps {
signpostLinksArrayExample: Array<SignpostLinkProp>;
showServiceAlert: boolean;
}
export declare const SignpostPageExample: React.FunctionComponent<SignpostPageExampleProps>;