/**
 * Base definition of heading level used in flowbite-angular.
 */
export type FlowbiteHeadingLevel = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
