UNPKG

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.

20 lines (19 loc) 521 B
import React from 'react'; export interface QuickExitPageExampleProps { /** * The text for the 'Quick Exit' button (Default: 'Quick exit') */ label?: string; /** * The hyperlink that the 'Quick exit' button redirects to (default: www.bbc.co.uk/iplayer) */ url?: string; /** * Whether 'Quick Exit Page Example' includes the 'Back to Top' icon for comparison. */ includeBackToTopInExample?: boolean; /** * Children */ children: React.ReactElement; }