@qualweb/util
Version:
Utilities module for qualweb
19 lines • 1.1 kB
TypeScript
declare const typesWithLabel: string[];
declare const tabularElements: string[];
declare const formElements: string[];
declare const sectionAndGrouping: string[];
declare const controlRoles: string[];
declare const widgetElements: string[];
declare const widgetRoles: string[];
declare const nameFromContentElements: string[];
declare const nameFromContentRoles: string[];
declare const noAccessibleObjectOrChild: string[];
declare const noAccessibleObject: string[];
declare const elementsLikeHtml: string[];
declare const childPresentationalRole: string[];
declare const textContainer: string[];
declare const notDefaultAT: string[];
declare const notExposedIfEmpty: string[];
declare const needsToBeInsideDetails: string[];
export { notDefaultAT, notExposedIfEmpty, textContainer, needsToBeInsideDetails, childPresentationalRole, elementsLikeHtml, noAccessibleObjectOrChild, noAccessibleObject, typesWithLabel, tabularElements, formElements, sectionAndGrouping, controlRoles, widgetElements, widgetRoles, nameFromContentElements, nameFromContentRoles };
//# sourceMappingURL=constants.d.ts.map