// src/presets/material/dataview/index.ts var dataview_default = { root: { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, header: { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, content: { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, footer: { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, paginatorTop: { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, paginatorBottom: { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" } }; export { dataview_default as default }; //# sourceMappingURL=index.mjs.map