UNPKG

@dialpad/dialtone

Version:

Dialpad's Dialtone design system monorepo

10 lines (9 loc) 330 B
//#region components/checkbox/checkbox_constants.js var e = { error: "d-checkbox--error", warning: "d-checkbox--warning", success: "d-checkbox--success" }, t = { CHECKBOX_INPUT_VALIDATION_CLASSES: e }; //#endregion export { e as CHECKBOX_INPUT_VALIDATION_CLASSES, t as default }; //# sourceMappingURL=checkbox-constants.js.map