interface _ProseMirrorDropDownEntry {
    children?: ProseMirrorDropDownEntry[];
}

Properties

Properties

Any child entries.