Nutrient Web SDK
    Preparing search index...

    Type Alias InlineTextSelectionToolbarItem

    InlineTextSelectionToolbarItem: Omit<ToolItem, "type"> & {
        type: InlineToolbarType | "custom";
    }