UNPKG

ant-design-x-vue-next

Version:

Ant Design X for Vue — community continuation aligned with @ant-design/x

11 lines (10 loc) 290 B
import { lintWarning as n } from "./utils.mjs"; const m = (e, i, a) => { e === "animation" && a.hashId && i !== "none" && n( `You seem to be using hashed animation '${i}', in which case 'animationName' with Keyframe as value is recommended.`, a ); }; export { m as default };