UNPKG

@blueprintjs/core

Version:
17 lines (15 loc) 281 B
/* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. */ /** * The four basic intents. */ export enum Intent { NONE = -1, PRIMARY, SUCCESS, WARNING, DANGER, }