office-ui-fabric-react
Version: 
Reusable React components for building experiences for Office 365.
11 lines • 619 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var ComponentStatus_types_1 = require("../../demo/ComponentStatus/ComponentStatus.types");
exports.SwatchColorPickerStatus = {
    keyboardAccessibilitySupport: ComponentStatus_types_1.ChecklistStatus.unknown,
    markupSupport: ComponentStatus_types_1.ChecklistStatus.unknown,
    highContrastSupport: ComponentStatus_types_1.ChecklistStatus.pass,
    rtlSupport: ComponentStatus_types_1.ChecklistStatus.fail,
    testCoverage: ComponentStatus_types_1.ChecklistStatus.fair
};
//# sourceMappingURL=SwatchColorPicker.checklist.js.map