interface IProps { onChange?: Function; styles?: React.CSSProperties; } const Appendix = (props: IProps) => { return
附件
; }; export default Appendix;