import { whisper } from '@oliveai/ldk';
} from '@oliveai/ldk/dist/whisper/types';
import { WidthSize } from '@oliveai/ldk/dist/whisper';
export const dividerWhisper = async () => {
label: 'Divider examples',
body: `Divider default.`,
type: whisper.WhisperComponentType.Markdown,
type: WhisperComponentType.Divider,
body: `Divider With margin top large and margin bottom small.`,
type: whisper.WhisperComponentType.Markdown,
type: WhisperComponentType.Divider,
marginTop: StyleSize.Large,
marginBottom: StyleSize.Small,
body: `Divider with half width and is a child of whisper.WhisperComponentType.Box with justify content Center.`,
type: whisper.WhisperComponentType.Markdown,
type: whisper.WhisperComponentType.Box,
justifyContent: JustifyContent.Center,
direction: Direction.Horizontal,
type: WhisperComponentType.Divider,