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.
19 lines (18 loc) • 386 B
TypeScript
export interface GoogleTranslateProps {
/**
* An optional default language
*/
pageLanguage?: string;
/**
* Optional label text
*/
label?: string;
/**
* Optionally set the dark background. Defaults to false
*/
hasDarkBackground?: boolean;
}
export declare const GoogleTranslateLanguages: {
label: string;
value: string;
}[];