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.

48 lines (47 loc) 1.16 kB
export declare const EmptyWithHiddenLabelData: { id: string; name: string; labelText: string; hasHiddenLabel: boolean; placeholder: string; suggestions: string[]; minimumMatchLength: number; }; export declare const NoMatchingSuggestionEnlargedWithHiddenLabelData: { id: string; name: string; labelText: string; value: string; isLarge: boolean; hasHiddenLabel: boolean; placeholder: string; suggestions: string[]; minimumMatchLength: number; }; export declare const DisplayingSuggestionsData: { id: string; name: string; value: string; showSuggestions: boolean; placeholder: string; suggestions: string[]; minimumMatchLength: number; }; export declare const DisplayingSuggestionsLargeData: { id: string; name: string; value: string; showSuggestions: boolean; isLarge: boolean; placeholder: string; suggestions: string[]; minimumMatchLength: number; }; export declare const SuggestionChosenData: { id: string; name: string; value: string; placeholder: string; suggestions: string[]; minimumMatchLength: number; };