UNPKG

@dialpad/dialtone-vue

Version:

Vue component library for Dialpad's design system Dialtone

10 lines 282 B
export namespace CHECKBOX_INPUT_VALIDATION_CLASSES { let error: string; let warning: string; let success: string; } declare namespace _default { export { CHECKBOX_INPUT_VALIDATION_CLASSES }; } export default _default; //# sourceMappingURL=checkbox_constants.d.ts.map