check
Code copied to clipboard.
close
menu
menu_open
menu

LkHeadingProps

Describes props for the Heading component.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

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.

}

Related Components

Components that use this type.

Related Types

Types with similar roles.

No items found.