UNPKG

@alicloud/console-components

Version:

Alibaba Cloud React Components

11 lines (10 loc) 356 B
import { ETheme } from '../../../../enum'; /** * 云效\混合云主题样式主操作在右边 */ export default function getDefaultFooterActions(theme) { if (theme === ETheme.YUNXIAO || theme === ETheme.YUNXIAO_DARK || theme === ETheme.HYBRID || theme === ETheme.HYBRID_DARK) { return ['cancel', 'ok']; } return ['ok', 'cancel']; }