export default interface IconProps { type?: 'tip' | 'loading' | 'del' | 'arrow' | 'tick' | 'wait' | 'close' | 'wait' | 'warning' | 'success'; onClick?: (e: any) => void; }