Header
Header
Header
Properties
export type Header = {
borderTop?: CSSProperties['borderTop'];
borderBottom?: CSSProperties['borderBottom'];
background?: CSSProperties['background'];
title?: FontStyle & { htmlElement?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span' };
padding?: CSSProperties['padding'];
textAlign?: CSSProperties['textAlign'];
};
The type FontStyle can be found under General Properties on the theme page.