Skip to content

Title

type Title = {
id?: string;
key?: string;
size?: TitleSize;
type: 'Title';
} & BaseTextProps;
optional id: string;
optional key: string;
optional size: TitleSize;
type: 'Title';