UNPKG

258 BPlain TextView Raw
1/*
2 * Copyright 2018 Palantir Technologies, Inc. All rights reserved.
3 */
4
5import * as IconNames from "./generated/iconNames";
6
7/** String literal union type of all Blueprint UI icon names. */
8export type IconName = typeof IconNames[keyof typeof IconNames];