@itwin/presentation-common
Version:
Common pieces for iModel.js presentation packages
13 lines • 369 B
TypeScript
/** @packageDocumentation
* @module Core
*/
/**
* Logger categories used by this package
* @note All logger categories in this package start with the `presentation-common` prefix.
* @see [Logger]($bentley)
* @public
*/
export declare enum PresentationCommonLoggerCategory {
Package = "presentation-common"
}
//# sourceMappingURL=CommonLoggerCategory.d.ts.map