
package.dist.esm.components.typography.quote.js Maven / Gradle / Ivy
"use strict";
"use client";
import { chakra } from '../../styled-system/factory.js';
const Quote = chakra("q", {
base: {
fontWeight: "bold",
lineHeight: "1.2"
}
});
export { Quote };
© 2015 - 2025 Weber Informatics LLC | Privacy Policy