6 lines
152 B
TypeScript
6 lines
152 B
TypeScript
import { EmbedBubbleBlock } from './schema'
|
|
|
|
export const defaultEmbedBubbleContent = {
|
|
height: 400,
|
|
} as const satisfies EmbedBubbleBlock['content']
|