6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
|
|
export interface ISectionTitleProps {
|
||
|
|
title: string;
|
||
|
|
description: string;
|
||
|
|
description_bold?: string;
|
||
|
|
}
|