UNPKG

@compiled/react

Version:

A familiar and performant compile time CSS-in-JS library for React.

16 lines 463 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.namedFadeOut = exports.fadeOut = void 0; // eslint-disable-next-line import/no-extraneous-dependencies const react_1 = require("@compiled/react"); exports.fadeOut = (0, react_1.keyframes)({ from: { opacity: 1, }, to: { opacity: 0, }, }); exports.namedFadeOut = exports.fadeOut; exports.default = exports.fadeOut; //# sourceMappingURL=index.js.map