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.

10 lines (9 loc) 297 B
import React from 'react'; export interface SearchResultsPageExampleProps { results: boolean; cludoSearch?: boolean; customerId?: number; engineId?: number; includePhaseBanner?: boolean; } export declare const SearchResultsPageExample: React.FC<SearchResultsPageExampleProps>;