• Live demo
  • Docs
  • API Reference
GitHub
@mdxeditor/editor package
Classes
Functions
Types
Interfaces
ButtonOrDropdownButtonProps
CodeBlockEditorContextValue
CodeBlockEditorDescriptor
CodeBlockEditorProps
CodeBlockPluginParams
Comparator
ConditionalContentsProps
CreateCodeBlockNodeOptions
CreateImageNodeOptions
DialogButtonProps
DiffSourcePluginParams
DirectiveDescriptor
DirectiveEditorProps
DirectivesPluginParams
EditorInFocus
InsertImageFormValues
JsxComponentDescriptor
JsxEditorProps
JsxPluginParams
JsxPropertyDescriptor
LexicalConvertOptions
LexicalExportVisitor
LexicalNodeVisitParams
LexicalVisitActions
MdastImportVisitor
MdastVisitActions
MdastVisitParams
MDXEditorMethods
MDXEditorProps
NestedEditorProps
NestedEditorsContextValue
PropertyPopoverProps
RealmPluginParams
SandpackConfig
SandpackPreset
SelectProps
items
onChange
placeholder
triggerTitle
value
SingleChoiceToggleGroupProps
System
SystemConstructor
SystemPropsMap
SystemSpec
Variables

SelectProps interface

The properties of the Select React component.

Signature:

export interface SelectProps<T extends string> 

Properties

PropertyModifiersTypeDescription
items({ label: string | JSX.Element; value: T; } | 'separator')[]
onChange(value: T) => void
placeholderstring
triggerTitlestring
valueT
  • SelectProps interface

    • Properties
Copyright © 2023 Petyo Ivanov
  • GitHub
  • Twitter
  • LinkedIn
  • Email