| 71 | export type CalloutTextBlockColor = 'blue' | 'green' | 'yellow' | 'red' | 'purple' |
| 72 | |
| 73 | export interface CalloutTextBlockMetadata extends TextBlockMetadata { |
| 74 | color?: CalloutTextBlockColor |
| 75 | } |
| 76 | |
| 77 | export type HeadingTextBlockType = 'text-cell-h1' | 'text-cell-h2' | 'text-cell-h3' |
| 78 |
nothing calls this directly
no outgoing calls
no test coverage detected