UNPKG

@blueprintjs/core

Version:
17 lines 407 B
/* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. */ // tslint:disable:object-literal-sort-keys /** * The four basic intents. */ export const Intent = { NONE: "none", PRIMARY: "primary", SUCCESS: "success", WARNING: "warning", DANGER: "danger", }; //# sourceMappingURL=intent.js.map