import type { TemplateOptions } from './types'; export const wordCloudTemplate: Record = { 'chart-wordcloud-rotate': { design: { structure: { type: 'chart-wordcloud', }, item: 'simple', }, }, 'chart-wordcloud': { design: { structure: { type: 'chart-wordcloud', enableRotate: false, }, item: 'simple', }, }, };