UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

7 lines (6 loc) 245 B
import { resetWarned } from 'rc-util/lib/warning'; export { resetWarned }; export declare function noop(): void; type Warning = (valid: boolean, component: string, message?: string) => void; declare let warning: Warning; export default warning;