UNPKG

@alicloud/console-components

Version:

Alibaba Cloud React Components

9 lines (8 loc) 245 B
import { ETheme } from '../../../../enum'; // 云效主题 align 在上方 export default function getDefaultAlign(theme) { if (theme === ETheme.YUNXIAO || theme === ETheme.YUNXIAO_DARK) { return 'tc tc'; } return 'cc cc'; }