UNPKG

@alicloud/console-components

Version:

Alibaba Cloud React Components

11 lines (10 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function mapTeamixIconSize(size) { return { large: 'medium', medium: 'small', small: 'xs' }[size]; } exports.default = mapTeamixIconSize;