amis-rpc-design/node_modules/react-redux/es/utils/warning.d.ts
2023-10-07 19:42:30 +08:00

8 lines
183 B
TypeScript

/**
* Prints a warning in the console if it exists.
*
* @param {String} message The warning message.
* @returns {void}
*/
export default function warning(message: string): void;