Title
type Title = { id?: string; key?: string; size?: TitleSize; type: 'Title';} & BaseTextProps;
Type Declaration
Section titled “Type Declaration”optional id: string;
optional key: string;
optional size: TitleSize;
type: 'Title';
type Title = { id?: string; key?: string; size?: TitleSize; type: 'Title';} & BaseTextProps;
optional id: string;
optional key: string;
optional size: TitleSize;
type: 'Title';