Hierarchy

  • Props<default>
    • TextWithEditModeProps

Properties

aria-label: string
children?: ReactNode
disableIfBlank?: boolean
key?: Key
onUpdate?: ((text: string) => void)

Type declaration

    • (text: string): void
    • Parameters

      • text: string

      Returns void

placeholder: string
ref?: LegacyRef<default>
text?: string

Generated using TypeDoc