5 lines
181 B
TypeScript
5 lines
181 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export const CHIP_HEIGHT = 32;
|
|
export const CHIP_BOTTOM_MARGIN = 8;
|