UNPKG

adui

Version:

<div> <img src="https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png" style="margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;" /> </div>

8 lines (5 loc) 217 B
import warning, { resetWarned } from "rc-util/lib/warning" export { resetWarned } export default (valid: boolean, component: string, message: string): void => { warning(valid, `[adui: ${component}] ${message}`) }