UNPKG

jiro-ui

Version:

A Mithril.js UI library based from construct-ui

11 lines (10 loc) 241 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' };