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 asvalueis recommended.`,
a
);
};
export {
m asdefault
};