提示

提示

作者:


import { showError, showInfo, showSuccess } from '@root/common/toaster';

showSuccess('text')

自适应内容高度的提示

// apps/link/src/main/screens/projects/budget/budget-account/presenter/budget-account-form-presenter/helper.tsx

AlphaWarning(
  'text',
  () => {},
  () => {},
);