UNPKG

@blueprintjs/icons

Version:

Components, fonts, icons, and css files for creating and displaying icons.

7 lines (6 loc) 289 B
/** * @fileoverview Mapped type utils copied from the "type-fest" package to avoid a dependency on that package * (it caused surprising compilation errors downstream). */ export type { PascalCase } from "./pascal-case"; export type { ScreamingSnakeCase } from "./screaming-snake-case";