UNPKG

shineout

Version:

Shein 前端组件库

11 lines (10 loc) 216 B
/** * delete some props if needed, will not modify the pass argument * @param props * @returns {Produced<*, *>} */ export default function cleanProps(props: { [x: string]: any; }): { [x: string]: any; };