Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
Describes props for the Heading component.
interface LkHeadingProps extends React.HTMLAttributes<HTMLHeadingElement> {
tag?: LkHeadingTag;
fontClass?: string; // Should be LkFontClass in production
children?: React.ReactNode;
fontColor?: string;
// content?: string;
className?: string; // Optional. Specifying manually here because internal logic checks for it.
}
Types with similar roles.