18 lines
565 B
TypeScript
18 lines
565 B
TypeScript
export const TID = {
|
|
aiHelpText: 'ai-help-text',
|
|
aiRepairButton: 'ai-repair-button',
|
|
copyMarkdown: 'copy-markdown',
|
|
diagramDocumentationButton: 'diagram-documentation-button',
|
|
downloadPNG: 'download-PNG',
|
|
downloadSVG: 'download-SVG',
|
|
errorContainer: 'error-container',
|
|
themeToggleButton: 'theme-toggle-button'
|
|
} as const;
|
|
|
|
export const C = {
|
|
aiLiveEditor: 'ai_live_editor',
|
|
editorChooserDismissedKey: 'mermaid-editor-chooser-dismissed',
|
|
editorChooserVariantKey: 'mermaid-editor-chooser-variant',
|
|
utmSource: 'mermaid_live_editor'
|
|
} as const;
|