UNPKG

@blueprintjs/core

Version:
19 lines 479 B
"use strict"; /* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. */ Object.defineProperty(exports, "__esModule", { value: true }); // tslint:disable:object-literal-sort-keys /** * The four basic intents. */ exports.Intent = { NONE: "none", PRIMARY: "primary", SUCCESS: "success", WARNING: "warning", DANGER: "danger", }; //# sourceMappingURL=intent.js.map