UNPKG

@gdyfe/ssml

Version:
9 lines (8 loc) 239 B
import { type SlateElement } from '@wangeditor/editor'; import type { SSMLElementType } from './custom-types'; export type EmptyText = { text: ''; }; export interface SSMLBaseElement extends SlateElement { type: SSMLElementType; }