UNPKG

@amsterdam/design-system-react

Version:

All React components from the Amsterdam Design System. Use it to compose pages in your website or application.

12 lines (11 loc) 283 B
export declare const useAddErrorCountToDocumentTitle: ( /** The list of error messages used to calculate the error count. */ errors: { id: string; label: string; }[], /** The text following the error count. */ label?: { plural: string; singular: string; }) => null;