import { p as o } from"../../chunks/plugin.js";
const e = o(({ matchUtilities: a, theme: i }) => {
a(
{
"animation-delay": (n) => ({
animationDelay: n
})
},
{ values: i("animationDelay") }
);
});
export {
e as animationDelay
};
//# sourceMappingURL=animationDelay.js.map