import { Tag } from '../../types/componentOptions'; /** * CdrTitle component properties * Heading wrapper component for semantic HTML elements */ export type CdrTitleProps = { /** Sets the HTML tag (p, span, h1, h2, etc) */ tag?: Tag; };