UNPKG

construct-ui

Version:
11 lines (10 loc) 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Intent = void 0; exports.Intent = { NONE: 'none', PRIMARY: 'primary', NEGATIVE: 'negative', POSITIVE: 'positive', WARNING: 'warning' };