amis-rpc-design/node_modules/react-redux/es/utils/warning.d.ts

8 lines
183 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
/**
* Prints a warning in the console if it exists.
*
* @param {String} message The warning message.
* @returns {void}
*/
export default function warning(message: string): void;