UNPKG

hfyk-app

Version:

导出问题

15 lines (12 loc) 236 B
import IProps from "./typing"; const defaultProps: IProps = { title: "", type: "warning", description: "", closable: false, showIcon: false, effect: "light", center: false, fontSize: 14 }; export default defaultProps;