UNPKG

@cnamts/vue-dot

Version:

Implementation of our Design System for the French Health Insurance

8 lines (6 loc) 231 B
export enum A11yComplianceEnum { NON_COMPLIANT = 'non-compliant', PARTIALLY_COMPLIANT = 'partially-compliant', FULLY_COMPLIANT = 'fully-compliant' } export const A11Y_COMPLIANCE_ENUM_VALUES = Object.values(A11yComplianceEnum);