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.

11 lines (10 loc) 239 B
/** Example story data for Content Page example */ export declare const smallTable: { caption: string; headings: string[]; data: string[][]; }; export declare const largeTable: { caption: string; headings: string[]; };