UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

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