API Reference / Modules / common-core/src/utils/shims

# Module: common-core/src/utils/shims

# Table of contents

# Modules

# Enumerations

# Interfaces

# Type Aliases

# Type Aliases

# ColorsIn3dScene

Ƭ ColorsIn3dScene: Record<RoomleColors, HexColorString | HexColorNumber>

# Defined in

packages/common-core/src/utils/shims.ts:102 (opens new window)


# RoomleColors

Ƭ RoomleColors: keyof typeof ROOMLE_COLORS

# Defined in

packages/common-core/src/utils/shims.ts:100 (opens new window)


# ThreeJsColorsIn3dScene

Ƭ ThreeJsColorsIn3dScene: Record<keyof typeof ROOMLE_COLORS, Color>

# Defined in

packages/common-core/src/utils/shims.ts:107 (opens new window)