// src/presets/material/skeleton/index.ts var skeleton_default = { root: { borderRadius: "{content.border.radius}" }, colorScheme: { light: { root: { background: "{surface.200}", animationBackground: "rgba(255,255,255,0.4)" } }, dark: { root: { background: "rgba(255, 255, 255, 0.06)", animationBackground: "rgba(255, 255, 255, 0.04)" } } } }; export { skeleton_default as default }; //# sourceMappingURL=index.mjs.map