export type PreviewerOptionsType = { renderer?: string; width?: number; height?: number; mode?: 'list' | 'slide'; };