UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

10 lines (9 loc) 291 B
/*! * KoliBri - The accessible HTML-Standard */ export const validateAccessAndShortKey = (accessKey, shortKey) => { if (accessKey && shortKey) { throw new Error('AccessKey and ShortKey are used. Only one is allowed.'); } }; //# sourceMappingURL=access-and-short-key.js.map