import React, { useState } from 'react'; import './Alert.css'; export default function KoleAlert({ type = 'info', title = '系统提示', description = '请检查当前配置后继续。', closable = true, children, onChange, onClick, onClose, onSubmit, onLoadMore }) { return (