import { whisper } from '@oliveai/ldk';
} from '@oliveai/ldk/dist/whisper/types';
export const sectionTitle = async() => {
label: 'Olive Helps Section title Loop',
body: 'section Title in center with [Some Link 1](# "A Link")',
type: WhisperComponentType.SectionTitle,
textAlign: TextAlign.Center,
body: 'section Title on the left with a link : http://google.com',
type: WhisperComponentType.SectionTitle,
textAlign: TextAlign.Left,
body: '~~Strikethrough section Title on the right(white)~~',
type: WhisperComponentType.SectionTitle,
textAlign: TextAlign.Right,
backgroundStyle: Color.White,
body: '_Italic section Title in center(grey)_',
textAlign: TextAlign.Center,
type: WhisperComponentType.SectionTitle,
backgroundStyle: Color.Grey,
type: WhisperComponentType.Markdown,
body: 'Section Title is a section heading component to a Whisper. It helps better separate content on the Whisper. ',