(blockType: string | undefined)
| 362 | } |
| 363 | |
| 364 | export function supportsHandles(blockType: string | undefined): boolean { |
| 365 | return !isAnnotationOnlyBlock(blockType) |
| 366 | } |
| 367 | |
| 368 | export function getDefaultTokens() { |
| 369 | return { |
nothing calls this directly
no test coverage detected